Header Tag in HTML || HTML Header Tag
×

HTML HEADER (<header>) Tag

2399

The HTML Header <header> Tag describes the header of a document used in the website. It should contain a title, navigation, and heading information about the related content.

Generally, this tag contains one or more icons, logo, heading and author's information. The <header> tag is a new in HTML5. It includes a starting tag as well as an end tag.

Program:

<!DOCTYPE>
<html>
<body>
<header>
<h2>codingtag.com</h2>
<p>Codingtag is the E-learning technical website.</p>
</header>
</body>
</html>

Output:




Best WordPress Hosting


Share:


Discount Coupons

Get a .COM for just $6.98

Secure Domain for a Mini Price



Leave a Reply


Comments
    Waiting for your comments