The <H1..6> Header Tag

The header tag <H#> allows the user to conveniently render a title or section of code. The header tags requires a number, 1 through 6, to be placed in the tag. When a smaller number is placed in the tag a larger font size is used to display the title with 1 being the largest and 6 the smallest. The <H#> tag has no parameters.

Some Examples...

HTML CodeResult
<H1>Header 1</H1>
<H2>Header 2</H2>
<H3>Header 3</H3>
<H4>Header 4</H4>
<H5>Header 5</H5>
<H6>Header 6</H6>

Header 1

Header 2

Header 3

Header 4

Header 5
Header 6