Posts: 3,987
Name: Abel Mohler
Location: Asheville, North Carolina USA
|
The point is, it doesn't matter if you use XHTML or HTML. Neither really has an advantage, except that XHTML is a bit stricter in its transitional DOCTYPE than HTML 4.01.
I use XHTML, but the only reason is I am accustomed to self closing tags /> because that is how I learned. Also, I can't stand capitalized tags, they hurt my eyes. By using XHTML I am minimizing the possibility that other coders will capitalize tags on my pages.
XML is an all purpose markup language that may be used to describe any sort of data. XML writes its own rules, known as a schema. In fact XHTML is a schema of XML. It is HTML described in XML.
__________________
I build web things. I work for the startup Please login or register to view this content. Registration is FREE
.
Last edited by wayfarer07; 04-23-2009 at 03:28 PM..
|