Beginner HTML & CSS
Q2 / 100

Which HTML tag is used to define the largest heading?

Correct! Well done.

Incorrect.

The correct answer is C) <h1>

C

Correct Answer

<h1>

Explanation

<h1> defines the largest and most important heading; headings range from <h1> (largest) to <h6> (smallest).

Progress
2/100