1. Type <!DOCTYPE HTML PUBLIC "-//W3c/DTD

2. Type the version of HTML you are using. If you are using the html on this site, type HTML 4.0 Transitional. If you are using frames, type HTML 4.0 Frameset.

3. Type //EN"><html>.

4. Type <head>.

5. Type <title>, type the title of your page, then type </title>.

6. Type </head>.

6. Type <body>.

7. Type in the contents of your webpage.

8. Type </body></html>.

When completed correctly, these steps should look like this:

<!DOCTYPE HTML PUBLIC "-//W3c/DTD HTML 4.0 Transitional //EN">
<html>
<head>
<title>Title here</title>
</head>
<body>

Site content

</body>
</html>