sitemap

Posts Tagged ‘xhtml’

Link Targets in XHTML

Saturday, March 15th, 2008

I always prefer to build websites in valid XHTML as it allows for a stricter, more maintainable envorinment to build websites than traditional HTML. However, there are a few features of HTML I like to make use of.

For example, making links open in new windows using the target attribute is unsupported by XHTML.

(more...)