Hello Guys, I am Looking for Some Basic Features for XHTML Here But Unable to get That. SO Guys Please Help me By Sharing some Features of XHTML With me?
Found something that might interest you http://www.sitepoint.com/forums/showthread.php?393445-XHTML-vs-HTML-FAQ http://lachy.id.au/log/2005/12/xhtml-beginners Code (markup):
XHTML is not much different than HTML. The basic idea is that XHTML is based on XML and that's why any element must have a closing tag, for elements without a closing tag like br, we use: <br /> Another basic idea is that in XHTML all the the tags and properties must have lower-case letters. that's the basics, for more info read the articles GMF post above.
XHTML elements must always be closed. XHTML elements must be in lowercase and values assigned must be surrounded by quotation marks. XHTML documents has only one root element.