Skip to content
Loading
Use of Header and Footer
  • Onkar Sharma
    Hii, First of all, let's see what is header and footer...
     
    Header: The
    represents a container for introductory content or a set of navigational links. It contains information related to the title and heading of the related content.
     
    Footer: The
    defines a footer for a document or section. A
    element typically contains:
    • Authorship information
    • Contact information
    • Sitemap
    • Copyright information 
    • Back to top links
    Yes, you can use multiple
    and
    on one page.
     
  • Hiiii.... 
    multiple
    and
    elements are fine. They aren't used the same as
     Header:
    A header element is intended to usually contain the section's heading (an h1–h6 element or an hgroup element), but this is not required. The header element can also be used to wrap a section's table of contents, a search form, or any relevant logos.
    Footer:
    The footer element represents a footer for its nearest ancestor sectioning content or sectioning root element. A footer typically contains information about its section such as who wrote it, links to related documents, copyright data, and the like. 
  • Vivek Kumar
    You can use below link for your reference.
     
    http://stackoverflow.com/questions/4837269/html5-using-header-or-footer-tag-twice
     
    ------------------------------------------------------
    If this post helps you, mark it as answer
     
  • Vivek Kumar
    Hi,
    Yes we can use header and footer multiple times in webpage. Can you describe more what is your requirement ?
     
     
    -------------------------------------------------------
    If this post helps you, mark it as answer