+ 1
The <footer> Element
more details
2 Respostas
+ 11
adding to @devender Mahajan's post:
it's a semantic tag, so it's not changing the look of your website directly
+ 2
<footer> element has been introduced in HTML5 to represent page footer of a webpage. It may include, supplementary links, nav, copyright info, and other related items.