Home | Previous | Next Introduction to the Web And HTML

HTML Heading Elements

<H1>Heading Level 1</H1>
<H2 ALIGN="right">Heading Level 2</H2>
<H3 ALIGN="center">Heading Level 3</H3>
<H4>Heading Level 4</H4>
<H5>Heading Level 5</H5>
<H6>Heading Level 6</H6>
Are rendered as:

Heading Level 1

Heading Level 2

Heading Level 3

Heading Level 4

Heading Level 5
Heading Level 6

Home | Previous | Next Introduction to the Web And HTML