The header element is very important as it provides more accessibility than other elements, like the footer.
The search engine finds the content in the header tag quite easily.
Moreover, using the header element accounts for an appropriate way of web designing. The header can be used to denote the heading of a blog, a web page,or an article.
<html>
<body>
<header>
<h2> Importance of the Header element </h2>
<hr>
</header>
<p> The header element tells the crawler about the content inside it
</p>
</body>
</html>
Output
The search engine finds the content in the header tag quite easily.
Moreover, using the header element accounts for an appropriate way of web designing. The header can be used to denote the heading of a blog, a web page,or an article.
<html>
<body>
<header>
<h2> Importance of the Header element </h2>
<hr>
</header>
<p> The header element tells the crawler about the content inside it
</p>
</body>
</html>
Output
No comments:
Post a Comment