Footer (HTML element)
From Wiki @ Karl Jones dot com
Revision as of 08:33, 26 April 2016 by Karl Jones (Talk | contribs) (Created page with "In HTML5, the '''footer''' element represents a unit of content. == Semantic element == '''footer''' is a container for holding further content. It has Semantic HTML...")
In HTML5, the footer element represents a unit of content.
Semantic element
footer is a container for holding further content.
It has semantic meaning: "contents are footer-related".
Footers typically contain copyright information, contact information, footnotes to articles, and other supporting information.
HTML5 supports multiple footer elements, for example a footer for each section.