![]() |
|
|
<!doctype> Specifies the version of HTML that you use in the page. The <!doctype> tag is the first tag in any HTML page. It is not clear to me whether you need this line or not. At the moment, browsers don’t seem to care. I suspect that when XHTML hits the street you'll need it. Some tools like Allaire’s Homesite and Microsoft’s Frontpage add it anyway. To refer to HTML 4.0: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN"> To refer to HTML 3.2: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> Here's what it all means:
|
More information |