HTML <header> Tag


The <header> element is a box for the starting information or a group of navigation links.

An <header> element usually has:

  • one or more heading elements (<h1> - <h6>)
  • logo or icon
  • authorship information

Note: You may use multiple <header> sections in a single HTML file. But it's important to note that a <header> cannot be inserted inside a <footer>, <address>, or another <header> element.