Last Modified: 12/13/00

XMLizing Your HTML

To work better with other markup and programming languages, during 1999 a version of HTML 4.01 was named XHTML 1.0 was created that conforms to XML, a metalanguage (language for writing languages). XML has been used for the creation of many new computer languages recently. Since both HTML and XML are logically derived from the same source, SGML, the changes are relatively minor, but the advantages of integrating with other languages are enormous. XHTML 1.0 is W3C's current recommendation for the latest version of HTML.

Any new Web pages should conform to XHTML. Also, Anyone with existing HTML files should begin converting them to the new standard.

A summary of the differences between HTML 4 and XHTML is available from W3C, along with guidelines on how to insure your converted files will still be compatible with existing browsers.

A useful tool for automating conversion of your pages to the XHTML standard is W3C's Tidy program.

An excellent HTML editor with Tidy built in is HTML-Kit, available as freeware (yes, free) from Chami.com.

The need to convert existing files to the XHTML standard is not immediate - they will continue to work in existing browsers. In the long run, though, new browsers and new software for creating and working with Web pages will increasingly require the new syntax.