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 .
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.