Lesson

HTML Headings

You created headings in HTML by "tagging" certain chunks of text with heading tags. The format for an HTML heading tag is:

<hN>Text to Appear in Heading</hN>

where N is a number from 1 to 6 identifying the heading size. Here are some examples of different heading sizes:

 

Heading Level 1

Heading Level 2

Heading Level 3

Heading Level 4

Heading Level 5
Heading Level 6

Heading levels range from level 1 (Most Important) to level 6 (Least Important). Like an outline, your heading levels should have logical, consistent order.