Footer Tag
Advertisements
<Footer> Tag
Footer tag is used for define a footer section. Footer is always used below of the any html documents or page.
Generally footer area contains following information.
- Author name
- Sitemap
- Contact information
- Copyright information
- Related links
- Social media links
Example
<!DOCTYPE> <html> <body> <h1>Content Section</h1> <p>This Paragraph in content section.</p> <footer> <p>Copyrignt @2012-2015</p> <p>Contact us: contact@tutorial4us.com</p> <p>Author: Tutorial4us</p> </footer> </body> </html>
Result
Content Section
This Paragraph in content section.
Browser supported
Element | |||||
<footer> | Yes | Yes | Yes | Yes | Yes |
Google Advertisment