Report Bug
Qus : Correct HTML tag for the largest heading is
Qusबृहतम शीर्षक के लिए सही HTML टैग है

A.
B.

C.
D.




Solution
D. <h1>



Explanation

<h1></h1> is the largest Heading tag.

Addition Information:

  • HTML provide 6 different level for headings
  • <h1> to <h6> tags are used to create heading
  • The <h1> produce the Largest heading ad <h6> produce the smallest heading



Report Bug