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

HTML5 Footer tag

Footer Tag

 

 

The footer tag is used as a foot for the webpage. Before introducing it, we use < div id="footer" >. However, with its introduction of it, we can simply use that tag for the same purpose.

 

Uses of footer tag:-

 

  • Contact Information
  • Privacy Policy
  • Social Media Icons
  • Terms of Service
  • Copyright Information
  • Sitemap and Related Documents

 

Syntax:-

 

Its syntax is:- < footer >

Code Explanation

All Tutorials related to HTML Advance

All Sections related to HTML