Computer Science, asked by ayushsingh215, 1 year ago

how many heading level can be defined in HTML

Answers

Answered by Anonymous
6

Hi

6 heading level can be defined in HTML

<h1>Heading Level 1</h1>

<h2>Heading Level 2</h2>

<h3>Heading Level 3</h3>

<h4>Heading Level 4</h4>

<h5>Heading Level 5</h5>

<h6>Heading Level 6</h6>

Answered by AlexaRousey
4
There are 6 Heading levels in HTML.

(1) Heading 1
(2) Heading 2
(3)Heading 3
(4)Heading 4
(5)Heading 5
(6) Heading 6

Heading 1 is the largest while in heading 6 is the smallest.
Similar questions