Tanya, he's using XHTML, and since this is for a web-development class, I'm going to assume they're going to want it to be valid XHTML.
The target attribute is deprecated in XHTML. There are ways to get around it of course, you'd have to use the DOM (Javascript) to get it to work though, but...