What does h1 tag do?

░▒▓█ ᗯEᒪᑕOᗰE TO TᕼIs ᗷᒪOG █▓▒░

H1 define that the main major heading that tells the browser to show the text between H1 and/h1 to be shown in the web browser on the web page so let's start with a sample code:

<html>
<head><title>Sample heading</title></head>
<body>
<h1>This is a heading</h1>
</body>
</html>

And the output is:

Comments

Popular Posts