headings are defined with the <h1> to <h8>
Answers
Answered by
0
Answer:
it means that in ascending order
Answered by
1
You can declare this in your stylesheet
h7, h8, h9 { /* You can just go on adding headings */
display: block; /* Because this is block level element */
}
h7 {
font-size: /*Whatever */ ;
}
h8 {
font-size: /*Whatever */ ;
}
But I would suggest you not to do so, as it doesn't carry any semantic meaning, also it will be bad from SEO point of view
Also take a look at html5shiv, just add the elements you want in the script
if u like my answer make me a brainliest
Similar questions
Social Sciences,
3 months ago
Physics,
3 months ago
Science,
3 months ago
Math,
7 months ago
Political Science,
7 months ago
Computer Science,
1 year ago
English,
1 year ago