CSS HOW-TOCSS TemplatesLink listContactSitemap

02 CSS and XHTML

HTML 4.01 is the final HTML version. Future work by the W3C is being done on XHTML, which is based on XML. XML is a universal markup language that can be used to define specific markup, such as XHTML, or DocBook. XML markup is well-defined by a schema.
XHTML redefines HTML in terms of XML, whileas HTML was based on the older SGML. XML itself is a reformulation of SGML. Complex fun, huh? XHTML is not a new markup language, but builds on HTML. Moving from valid HTML to XHTML is quite simple.

From HTML to XHTML

Doctypes are a key element of valid web pages.

further Articles