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 is the correct HTML to link a stylesheet?


How would you structure a table in HTML?


how to code the details tag/ how to put a drop down option in a form?


How to go about designing a responsive HTML 5 website