Html5 Footer Tag

The <footer> tag was introduced in HTML 5. The <footer> tag did not exist in older versions of HTML.which tag is used to part of document.Which tag may includes the name of the author, document created date , who written document,copyright information and contact information.

Syntax:

<footer>...</footer>

Example Code

<!DOCTYPE HTML>
<footer>Copyright © 2010 TutorialsScripts.com</footer>

Out Put :



Copyright © 2010 TutorialsScripts.com




Content