Home » HTML footer tag

HTML footer tag

by Online Tutorials Library

HTML Footer Tag

HTML <footer> 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 <footer> 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: tutor aspire

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

Contact information: [email protected].


Supporting Browsers

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

You may also like