Validate!

Put this at the very top in all HTML documents, before the HTML tag. This code is optional, although some webhosts automatically insert for HTML 3.2 and/or 4.0 in their HTML editors. WTV-Zone does, as well as Geocities.
The code identifies the document as comforming to HTML 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