Validate!

Put this at the very top in all HTML documents, before the HTML tag. This code is optional, although some web hosts automatically insert for HTML 3.2 and/or 4.0 in their HTML editors. WTV-Zone does, as well as Angelfire and Tripod.
The code identifies the document as comforming to HTML 3.2 specifications.

The following is still used in most older HTML editors (e.g., Netscape Composer and MS FrontPage)

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">

For HTML 4.0, use this one:

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">

WebTV/MSNTV supports all HTML 3.2 tags and attributes, but not most HTML 4.0 or 4.01.


BACK A PAGE