+ 1
So with each increment on <h> the text gets smaller?
Font size
3 Antworten
+ 4
Yes, h1 is the biggest and h6 the smallest heading
+ 3
<h1> is the biggest and <h6> the smallest... until you change the default styles ^^
Anyway, <h1> is always heading with most importance, <h6> with lesser ;P
+ 1
Thanks @TheCodingSloth