Quote:
Originally Posted by wafflehammer thanks a lot for the link. I'll look into it tomorrow. Is xhtml used the same as html would be? or are they totally not compatible with each other? |
xhtml is the same as HTML, but it has more rules and standards. Since it follows a more strict set of standards, it is more compatible with more browsers and devices.
The link I gave you says it all:
Quote:
The Most Important Differences:
* XHTML elements must be properly nested
* XHTML elements must always be closed
* XHTML elements must be in lowercase
* XHTML documents must have one root element
|