HTML5 <footer> Element
The <footer> element contains footer information about a page, or section of a page, to which it applies and you can have more than one footer element in the same web page.
Details contained in a footer element could include copyright information, contact details and related links.
NOTE: <footer> elements cannot be placed inside <header>, <address> or other <footer> elements.
