How many HTML heading levels are there?

The answer is 6.  The HTML heading elements are h1, h2, h3, h4, h5, and h6. You can use these elements to create a hierarchical outline of the contents of an HTML document.

SM

Related HTML and CSS Mentoring answers

All answers ▸

What's wrong with the following HTML markup: <p style"font-size:10px;">Copyright <span>2015</span></p>?


How can I express x^2 - 7*x + 2 as (x - p)^2 + q ?


What are main tags for text?


Show how you would give all elements that have a class of 'class1', a green background.