Hello, I’m practicing HTML and I’d like to ask about headings. The document should start with the h1 tag and h6 is the tag used for the least important heading. But what if I want to include another heading, is there an h7?
Hi @Teller, thank you for answering my question. I guess the issue I’m struggling with is, what do I do if the page contains many important titles? I know that you should use one h1 heading per page for semantic reasons. Furthermore, I’m currently building a website, and it has many large titles, and it confused me.
If you have many important titles, consider moving each section on to a new page. You may need to update the main page to include an index and link to the new page.
Also remember that you can have multiple h2’s, h3’s and so on. Multiple h1’s are okay, but try to keep them down to as few as possible - one is optimal, from what I know. But keep that in mind. I thought I could have only 6 headers when I was learning - it was stressing me out until I realized this simple fact, lol!
Happy coding,
Nicolas