Answer:
<h1> tag is the correct answer to the given question .
Explanation:
The heading tag is used in the HTML for giving the heading in the webpage there are 6 heading tag is used in the HTML which are used in the different different purpose .
The <h1> tag is used for the Largest size heading in the main heading of the webpage whereas the <h6> is used for least size heading in the web page.Following are the example of <h1> tag
<html>
<head> </head>
<body>
<h1 align="center"> Brainly </h1>
<h6> subject </h6>
</body>
</html>
Output:
Following are the attachment of output.