how to write heading tag tag in html
<h1>Biggest<h1>
<h2>Pretty Big<h2>
<h3>Medium<h3>
<h4>Pretty Small<h4>
<h5>Very Small<h5>
<h6>Smallest<h6>
how to write heading tag tag in html
<h1>Biggest<h1>
<h2>Pretty Big<h2>
<h3>Medium<h3>
<h4>Pretty Small<h4>
<h5>Very Small<h5>
<h6>Smallest<h6>
html heading elements
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width initial-scale=1.0"
</head>
<title>
HTML Heading Elements
</title>
<body>
<h1>This is a h1 element</h1>
<h2>This is a h2 element</h2>
<h3>This is a h3 element</h3>
<h4>This is a h4 element</h4>
<h5>This is a h5 element</h5>
<h6>This is a h6 element</h6>
</body>
</html>
<!--(h stands for heading)-->
<!--For Output, go to this website:-->
<!--https://html-headings.swanith.repl.co/-->
<!--Note: You should never use headings for making text BIG or bold.-->
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us