XHTML Web Design - Top 10 Benefits

If you are still using HTML in your web design,Instead of sloppy HTML tags, your pages will now
consider transferring it to XHTML as it is the wave ofcontain XML tags that are always properly closed and
the future.nested correctly.
As new browsers are developed they will be using6. Increased interoperability.
XHTML more and more because it is compatible withUnlike old-style HTML pages, valid, well-formed
a wider range of devices.XHTML documents can easily be "transported" to
What is XHTML?wireless devices, Braille readers and other specialized
XHTML is a combination of HTML and XMLweb environments.
(Extensible Markup Language). XHTML consists of all7. Greater accessibility
the elements in HTML 4.01 combined with the syntaxBecause XHTML pages follow strict rules and avoid
of XML.non-standard markup, they are more accessible than
Top 10 Benefits of Using XHTML in Web DesignHTML pages.
1. Clean code8. New developments
All XHTML tags must have closing tags and beAll new developments will be in XML (of which
nested correctly. This generates cleaner code.XHTML is an application).
2. Search engine spiders9. Integration
Because XHTML documents have cleaner code theyXHTML has the ability to cleanly integrate HTML with
can more easily be spidered by the search engines.other XML applications.
3. Faster loading10. CSS.
Web pages that don't contain errors and have cleanXHTML works in conjunction with CSS to create web
code will load faster in all browsers.pages that can easily be updated.
4. Reduce bandwidth costsConclusion:
Lean XHTML documents mean you will use lessBy making the switch to XHTML for your future web
bandwidth and therefore reduce costs particularly ifdesigns, you will not only get into the habit of writing
your web site has 1000s of pages.cleaner code, but if combined with CSS create
5. Backward compatibledesigns that load faster and are more search engine
XHTML documents are backward compatible withfriendly.
older, non-XHTML compliant web browsers.