Note the "start" and "end" tags for the various sections of the document. Note also that the author can use any convenient layout for the HTML document: it's ignored by the browser!<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> <HTML> <HEAD> <TITLE>Title of Document</TITLE> </HEAD> <BODY BGCOLOR="#FFFFFF"> HTML document (or page) content goes in here. </BODY> </HTML>