Category Archives: Development
xhtml and target _blank
99% of the website that I code are in XHTML 1.0 Strict. And as many of you will know this sharpens the rules of what tags and attributes you can use
in your XHTML document. One of the things that isn’t allowed in the strict version is the target _blank attribute.
For those who don’t know, when using target _blank inside a link the link will open in a new window.