HTML Tag Syntax


Web Page Formatting

Typical Web page skeleton

<html>
   <head>
       <title> some text for title bar </title>
   </head>
   <body>
       <H1>A Document Heading</H1>
 
       This is the text of the first paragraph.
       ...
 
       <p>
       A second paragraph. ...
   </body>
</html>

HTML Visual Structure


Last Modified: March 10, 1999 VK