XHTML and “external-window” links

In the good old days of HTML 4, making a link open in a new window was as easy as putting target=”_blank” inside the a (or A) tag. Apparently, you can’t take yourself serious anymore if you still output HTML 4. XHTML really is the way to go.
XHTML strict doesn’t support the target attribute [...]