Next / Previous / Index / TCC Help System / Publications / Site map / NM Tech homepage

Adding titles and headings in HTML

Tech Computer Center logo
<title>text</title>
Defines the text as the overall title of the document. The text will be shown in the title bar of the browser window.
<h1>text</h1>
For major headings. Note that this is numeral 1, not lowercase letter l.
<h2>text</h2>
You can use <h2> for sub-headings, <h3> for sub-sub-headings, and so on, down to <h6>.

Next: Formatting paragraphs and lists in HTML
See also: The Web's source language: basic HTML
Previous: Linking to a specific location on a page
Site map
Index: Keyword index to help pages
Help: New Mexico Tech Computer Center: Help System
TCC Publications
Home: About New Mexico Tech

John Shipman, john@nmt.edu

Last updated: 2000/02/15 22:10:41 UT
URL: http://www.nmt.edu/tcc/help/html/headings.html