Computer Science, asked by vulcandynamite2940, 1 year ago

A total of how many headings are there in html:
i) 4
ii) 6
iii) 7
iv) 8

Answers

Answered by Anonymous
9
ĀNSWĒR ⏬⏬

IV)6

THANKS ❤
Answered by siddhartharao77
11

Total, there are 6 headings in HTML. They add semantic richness to a document.

Short notes on headings:

(i) They are developed to provide information on the structural hierarchy of document.

(ii) The headings in HTML are <h1>, <h2>, <h3>, <h4>,<h5>,<h6>.

(iii) <h1> is the highest level of heading in the page. <h6> is the least level.

(iv) <h1> is recommended for page titles, <h2> for major headings, <h3> for major sub headings.

Example:

<h1>Excellent Font</h1>

<h2>Best</h2>

<h3>Good</h3>

<h4>Better</h4>

<h5>Not Bad</h5>

<h6>Worst</h6>



Hope this information helps!

Similar questions