Computer Science, asked by vvishnuomlgmailcom, 7 months ago

headings are defined with the <h1> to <h8>​

Answers

Answered by bhumibaliyan
0

Answer:

it means that in ascending order

Answered by kannankumaravel13
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