Choose the correct HTML tag for the longest heading.
-
<head>
-
<h6>
-
<heading>
-
<h1>
D
Correct answer
Explanation
<h1>The <h1> tag is the tag used for the largest heading from heading tags <h1> to <h6> whereas, <h6> tag is used from the smallest heading and <head> tag is used to display the header of the pages on browser while <heading> tag does not have any functionality.