HTML – 3 Headings
What you need to know about HTML headings, h1,h2,h3,h4,h5,6
- there are 6 Headings, h1,h2,h3,h4,h5,h6
- h1 is the most important heading, while h6 is the least important
- headings can be used to construct a table of contents for a document
- always start with h1, next h2 and so on
- do not use heading to style/resize text
- use only one h1 element on a page
- more information on https://developer.mozilla.org/en-US/docs/Web/HTML/Element/Heading_Elements