HTML Footer Tag

HTML

tag is used to define a footer for a document or a section. It is generally used in the last of the section (bottom of the page).

The footer tag is included in HTML5.

HTML

tag contains information about its containing elements for example:

  • author information
  • contact information
  • copyright information
  • sitemap
  • back to top links
  • related documents etc.

Note: You can have one or many footer elements in one document.

If you want to put information like address, e-mail etc. about the author on your web page, all the relevant elements should be included into the footer element.


HTML Footer Tag Example

Test it Now

Output:

Posted by: Sonoo Jaiswal

JavaTpoint, plot no. 6, near MMX Mall,Mohan Nagar, Ghaziabad Pin no. 201007

Contact information: sonoojaiswal1987@gmail.com.


Supporting Browsers

Element chrome browser Chrome ie browser IE firefox browser Firefox opera browser Opera safari browser Safari
Yes Yes Yes Yes Yes
Next TopicHTML form Tag




Hot Tutorials

Contact US

Email:jjw.quan@gmail.com

HTML footer Tag
10/30