The <h1> to <h6> tags are used to define HTML headings.
<h1> defines the most important heading, and it should only be used once per page. The heading <h2>
can be used twice per page. All other headings, from <h3> to <h6>, can be used as many times as needed.
We always need to open and close these tags: