WHY DO I NEED XHTML? |
WHAT IS HTML? |
HTML (Hypertext Markup Language) is code that is interpreted by the search engines to format documents in a particular way.
|
WHAT IS XHTML? |
| The term XHTML is the next evolution of HTML. It is more tuned for compatibility with search engines on a wide range of devices. |
The reason the W3C
and others have gone to all the trouble of creating XHTML (when you already have HTML) is that once your web pages are written in XHTML, all sorts of things become possible that aren't possible with HTML. |
| • |
A web site designed in XHTML future proofs all your web pages to take advantage of all the latest search engine advances to come. The web pages are also more likely to work on mobile devices and a variety of browsers. |
| |
|
| • |
XHTML's strict syntax allows aural screen readers and other search engines for the visually impaired, to more easily consume web content. |
| |
|
| • |
Unlike HTML, XHTML can be extended to include new markup, such as extensions for vector graphics and mathematical formulas. |
| |
|
| • |
XHTML is becoming the language of choice for search engines, mobile devices and cell phones. |
| |
|
| • |
XHTML can be read by existing software applications that already understand how to read XML. There is already a lot of data and information written in XML and its more easily transformed into XHTML than to HTML. It offers the benefits of XML, along with the benefits of HTML. |
| |
|
| • |
XHTML is the future and since it is almost exactly like HTML, why not go with the better technology. |
| |
|
| All web sites at Web Design Island are designed in XHTML. |
| |