HTML HEADER (<header>) Tag
0 2677
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:
Share:
Comments
Waiting for your comments