up

Documented Features



Document structure

HTML documents have two distinct sections: The header and the body:

  <!DOCTYPE HTML PUBLIC "+//ISBN 82-7640-037::WWW//DTD HTML//EN//2.0" "html.dtd">

  <html>

  <head>

    header information

    <meta .......>

    <title>title of document

  </head>

  <body>

    This is where the document really fits

  </body>

The first line shown above is not normally included but defines the SGML DTD being used.

Header information


HTML body



This is the end of the document

<A name=end href="#backhere">...</a>

click here to go back to the backhere tag.