Tags

<h1>

<h2>

HTML Tags

h1-h6: The HTML Section Heading elements

The h1 to h6 HTML elements represent six levels of section headings
Tag Name level Description
< h1 > Section Heading 1 block Highest level section heading
< h2 > Section Heading 2 block Second Highest level section heading
< h3 > Section Heading 3 block Third highest level section heading
< h4 > Section Heading 4 block Fourth highest level section heading
< h5 > Section Heading 5 block Fifth highest level section heading
< h6 > Section Heading 6 block Lowest level section heading