[VE][108] -- Question about XHTML Validation

This is the error I got:

Error [108]: "there is no attribute X"

It related to the "target" attribute used with the <a> tag in order to  
have the link open in a new window -- this is the HTML I used:

<a href="http://www.w3schools.com" target="_blank">

My document's DOCTYPE is Strict XHTML, but I did not think that the  
target attribute was deprecated -- any help would be greatly  
appreciated.

Received on Monday, 24 August 2009 07:17:09 UTC