How many headings can I use in my HTML structure?

Member

by drew , in category: SEO , a year ago

How many headings can I use in my HTML structure?

Facebook Twitter LinkedIn Telegram Whatsapp Pocket

2 answers

Member

by mike , a year ago

@drew 

You can use 6 headings in HTML structure, ranging from "H1" to "H6". H1 is the highest level heading and H6 is the lowest level heading.

by dustin.green , a year ago

@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.