Computer Science, asked by ka29566030810, 4 months ago

how many heading levels can be defined in HTML​

Answers

Answered by Anonymous
1

Answer:

6.

Explanation:

<h1>

<h2>

<h3>

<h4>

<h5>

<h6>

Answered by farzanakhan90
3

Answer:

It defines 6 levels

Explanation:

HTML defines six levels of headings. A heading element implies all the font changes, paragraph breaks before and after, and any white space necessary to render the heading. The heading elements are H1, H2, H3, H4, H5, and H6 with H1 being the highest (or most important) level and H6 the least.

Similar questions