HTML Footer Tag | HTML <footer> Tag | Footer Tag Tutorial By WDH

HTML Footer Tag


Define : 
This tag defines a footer for a document or section.
It contains authorship information, copyright information, contact information, sitemap, back to top
links, related documents.
For example :

Output : 

Browser Support
Element chrome firefox microsoft edge opera
<figure> 5.0 4.0 9.0 11.1
Global and event Attributes
 This tag also supports the Global and event Attributes in HTML.
Default CSS Settings
 Most browsers will display the <footer> element in css

 footer {
   display: block;
 }