HTML Level 1 and 2 Manual

Home | Element Index | Forms | Screens & Colours | GIFs | Layout | Compatibility


Element Index > Headings

<H1> Element

Category: Headings
Period: HTML 1 / HTML 2.0
Status: core

Description

The highest-level heading for the main subject of a page.

Syntax

<H1>Main heading</H1>

Attributes

None in strict HTML 2.0.

Usage Guidelines

Common Mistakes

Example Code

<H1>HTML 2.0 Tutorial</H1>
<P>Start here if you are new to writing web pages.

Authoring Note

Write the document first, then test it in a graphical browser and a text browser. The page should remain understandable if images fail, colours are ignored, or the browser uses its own fonts.


Top | Home | All Elements

HTML Level 1 and 2 Manual.