+ 3
Can we add headings more than 6?
what will happen if i will add 7th heading
10 Respuestas
+ 7
heading in html are 6 which is pre defined <h1> to <h6>
The heading elements are H1, H2, H3, H4, H5, and H6 with H1 being the highest (or most important) level and H6 the least.
+ 4
<H1> is the most biggest and important heading,
while <H6> is the smallest and least important heading.
there is nothing like that of <H7> it is simple as text as that of paragraph.
+ 3
Nope! we can't add 7th heading after adding first to sixth heading. if we will add tag of 7th heading then it will be same as text comes in paragraph tag.
may it will help you.
+ 3
Adding heading more than 6 won't work, Use CSS instead to decrease font size
+ 1
I just made this. I'm surprised it worked. I just gave styling to tag names that don't officially exist. I'm not sure this is conventional.
https://code.sololearn.com/W3A1NtdeBJMK/?ref=app
+ 1
Actually headings are just fixed font size and there are only 6 headings (HTML built-in tags). If you want to modify headings (larger or smaller) you can manipulate its styles on css with font-size property.
+ 1
For Vivek , there are heading 1 to6 . They differ in size . But after h6 size is equal toh6
0
only upto <h6> are defined there is no <h7> but. it will appear in normal size
0
No!there is only heading 1 to 6.
0
actually it is not possible to add more than 6 heading