| XHTML |
| XHTML
represents the synergy between HTML and XML. HTML is a very flexible,
loose language used for describing how a web page should look in
a web browser. XML is very strict, structured language used for
describing data.
XHTML is, in actual fact, an XML document that happens to be a
highly structured HTML document. By combining these two technologies
to form XHTML we are moving towards a more standards compliant environment
in which to deliver web pages. This will result in improvements
in standardising the display of web pages in various browsers as
well as enhancing the potential for sharing information between
multiple web pages.
|