Tag Name : header
header tag is used specify a header for the entire document or a specific section. Since a document can have many sections, a document can have more than one
header tag. The header tag cannot exist in nested form.
HTML Example :
<!DOCTYPE HTML>
<html>
<head>
</head>
<body>
<article>
<header>
<div style="color:#cc0000;">Why Use Hand-Edited Directories?</div>
</header>
<p>Hand-Edited directories are considered as valuable by Search Engines. Having a back-link from sites like http://dir.generalconnection.com is more valuable
than submitting your website to hundreds of directories and search engines.....</p>
</article>
</body>
</html>
Output :
Hand-Edited directories are considered as valuable by Search Engines. Having a back-link from sites like http://dir.generalconnection.com is more valuable
than submitting your website to hundreds of directories and search engines.....