In this post you can see the types of header tag in HTML. They are 6 types of Header tag. They are
- h1
- h2
- h3
- h4
- h5
- h6
HTML CODE TO SEE HEADER TAGS:
<html>
<head>
<title>HOME PAGE</title>
</head>
<body>
<h1>
home page
</h1>
<h2>
home page
</h2>
<h3>
home page
</h3>
<h4>
home page
</h4>
<h5>
home page
</h5>
<h6>
home page
</h6>
</body>
</html>
OUTPUT:
EXPLANATION:
In html the header tags are six. This six tags will be performed by the text size big and small.
In the h1 tag the font size is big but the h6 tag the font size is very less. These are the similarities in the HTML header tags
Very informative
ReplyDeleteSuper
ReplyDeletePost a Comment