Can we add headings more than 6? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

Can we add headings more than 6?

what will happen if i will add 7th heading

8th Sep 2018, 5:41 PM
Vivek Garg
Vivek Garg - avatar
10 Answers
+ 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.
8th Sep 2018, 5:47 PM
GAWEN STEASY
GAWEN STEASY - avatar
+ 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.
8th Sep 2018, 5:50 PM
Vivek Garg
Vivek Garg - avatar
+ 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.
8th Sep 2018, 5:45 PM
Vivek Garg
Vivek Garg - avatar
+ 3
Adding heading more than 6 won't work, Use CSS instead to decrease font size
8th Sep 2018, 5:59 PM
onekpsc
+ 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
9th Sep 2018, 7:40 AM
James
James - avatar
+ 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.
10th Sep 2018, 1:27 PM
Email Not Activated
+ 1
For Vivek , there are heading 1 to6 . They differ in size . But after h6 size is equal toh6
5th Nov 2018, 7:18 AM
Nikhil Mittal
Nikhil Mittal - avatar
0
only upto <h6> are defined there is no <h7> but. it will appear in normal size
9th Sep 2018, 7:23 AM
Vishnu Kp
Vishnu Kp - avatar
0
No!there is only heading 1 to 6.
10th Sep 2018, 5:47 AM
Karan raj
0
actually it is not possible to add more than 6 heading
11th Sep 2018, 11:46 AM
abdinasir farah
abdinasir farah - avatar