Skip to Navigation

xhtml

Doctypes and Quirks Mode

While this isn't really a "tutorial," here is a link which is a great break-down of which DOCTYPEs will activate quirks mode in IE*...

Link

Valid XHTML inline script tags

Posted in:

How to include inline javascript in an XHTML document.

Enclose your script in:


<!--//--><![CDATA[//><!--
//javascript code goes here...
//-->!]]>