+ 1
Why is heading 7 is bigger than heading 6??
Pls ans
7 Respostas
+ 3
The HTML spec defines 6 headings. Browsers recognize 6 headings. If you start using <h7> and so on, then you'll be using an invalid element.
If you find yourself needing an <h7> then you should probably take a look at how you're structuring your site. Not every single title deserves a heading element
+ 2
that is because h7 doesnt exist so it would the text inside would be equivalent to as if you didnt have surrounding tags at all
+ 2
Ohh well thanq
+ 1
in html h1 gives the biggest heading and decreases downward
+ 1
But what about h7? I have tried once but h7 is not smaller than h6.
+ 1
anytime
+ 1
There is not heading 7 in html. Heading are only through <h1> to <h6>