Can somebody tell what are the main difference between XHTML And HTML?
Thanks
Zepo
The Most Important Differences:
1. XHTML elements must be properly nested
2. XHTML documents must be well-formed
3. Tag names must be in lowercase
4. All XHTML elements must be closed
To get a better idea visit http://www.w3schools.com/xhtml/xhtml_html.asp
Earl