Describe the heading elements in HTML.
Feedback
In HTML5, the headings are
<h1>Heading One</h1>
<h2>Heading One</h2>
...
<h6>Heading One</h6>
The are six heading elements, each defined with the
<h1>
to <h6>
tags.
The <h1>
heading is the most prominent or
important, and the <h6>
the least.