Next / Previous / Contents / TCC Help System / NM Tech homepage

3. Titles and headings

<title>text</title>

Defines the document's title as text. Should be the first item in each page.

<h1>text</h1>

Defines a level 1 (major) heading.

<h2>text</h2>

Defines a second-level (minor) heading. Heading levels <h3>, <h4>, <h5>, on down to <h6> are also allowed.

<address>text</address>

Identifies whom to write to about this page; should be the last item.