Originally posted by METALRAGE
is is true that if u use xhtml coding, ALL browsers would be able to view it without much fault?
XHTML is stricter than HTML, so you have to stick to the rules if you want to use it. Therefore, pages in XHTML are better written than those in HTML, and that's why they are usually cross-browser compatible. So XHTML does not guarantee compatibility, but it's more common for sure.

Anyway, XHTML is the future mark-up language for websites, so you should use it.