JavaScript EditorDebugger script     Dhtml css 



Team LiB
Previous Section Next Section

Declaring the Document Type

For this session's example, you will be creating an HTML document that complies with the strict definition of HTML 4.01. Add a strict HTML 4.01 DocType declaration to the example page:

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
        "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>

For more information on specifying DocType declarations, see the Saturday Afternoon session, "Dressing Up Your Pages."


Team LiB
Previous Section Next Section


JavaScript EditorDebugger script     Dhtml css