so i heard that XHTML is not supported by IE and so it is treated as HTML 4.01 any way, but still many people still use it... is that true?
one example is that
<div id="contentForAjax" />
in XHTML, it is self closing, but IE will treat it as not closing, and mess up later layout.