Vidyalelo
HTML · Q7

Basic HTML

Programming · HTML · question 7

Q7

Choose the correct tag for largest heading in HTML.

A.
h6
B.
heading
C.
h1
Answer
D.
head

Answer: Option C

Solution

Answer: Option C
Solution:
h1 is the largest while h6 is the smallest by convention for headings in HTML.