Computer Science, asked by vvishnuomlgmailcom, 5 months ago

headings are defined with the <h1> to <h8> true or false​

Answers

Answered by chamrajamila
3

headings are defined with the <h1> to <h8> true or false

•Yes of course its true.

Answered by cccpppp
0

Answer:

In theory, you can go as far as you want. But....

Explanation:

Browsers usually only recognize 6 headers. If you do create another heading, like <h7>, you'll need to define it as a class. For example:

.h7{

   color: #111;

   font-size: 16px;

   text-transform: uppercase;

}

<p class="h7"> I'm h7 </p>

Similar questions