basics of website design banner photo

HTML

HTML 5

CSS 2.1

CSS 3

Reference

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.

<footer> Attributes

New HTML5 Elements