HTML

HTML Intro

HTML Intro Quiz

HTML Intro Exercise

HTML Basics

HTML Basic Quiz

HTML Basic Exercise

HTML Advance

HTML Advance Quiz

HTML Advance Exercise

HTML Tags List

HTML Global Attributes

HTML Attributes

FAQs

HTML header Tag

HTML header Tag

 

 

The header tag is a container that is used for introductory content. It may contain a set of navigational links. It may also have a logo or some vital information regarding the authorship. We can use multiple header tags per page.

 

Uses of header tag:-

 

  • logo or icon
  • authorship information
  • single or multiple heading elements (h2 h6)

 

Syntax:-

 

Its syntax is:- < header >

Code Explanation

All Tutorials related to HTML Tags List

All Sections related to HTML