HTML header tags are more important for displaying text with bold and big. Header tags also more useful for Search Engine Optimization, basically search engines searches header tags and meta tags and its contents.
Here is the example for header tags,
The Above program is the best example for header tags.
Thanks, Freshers Blog.
If any doubts post your comment here...
Here is the example for header tags,
<html>
<head>
<title>Welcome to Fresherstarget</title>
</head>
<body>
<p>This is the sample program for HTML from Fresherstarget</p>
<h1>Freshers Blog</h1>
<h2>Freshers Blog</h2>
<h3>Freshers Blog</h3>
<h4>Freshers Blog</h4>
<h5>Freshers Blog</h5>
<h6>Freshers Blog</h6>
</body>
</html>
<head>
<title>Welcome to Fresherstarget</title>
</head>
<body>
<p>This is the sample program for HTML from Fresherstarget</p>
<h1>Freshers Blog</h1>
<h2>Freshers Blog</h2>
<h3>Freshers Blog</h3>
<h4>Freshers Blog</h4>
<h5>Freshers Blog</h5>
<h6>Freshers Blog</h6>
</body>
</html>
The Above program is the best example for header tags.
Thanks, Freshers Blog.
If any doubts post your comment here...