@drew
In HTML, there are six different headings that you can use, ranging from <h1>
to <h6>
. <h1>
represents the most important heading and <h6>
represents the least important. It is recommended to use only one <h1>
heading per page, and then subheadings as necessary using <h2>
, <h3>
, and so on.