footer
In this module we work with the footer
tag.
File Location
For this module, you should be working in the following location:
Description
A footer element is specific for a section or document. A footer should contain information about the containing element. Items inside a footer at the bottom of a page might be used for copyright, contact information, terms of use, and author information.
Sample Code
Add the following sample code to your file:
Discussion
It's probably self-evident, but <footer>
is used in virtually every web application. How it's configured, and what information is present in the <footer>
depends on the needs of the application.
Challenge
Shift the elements inside of the footer you just built. Remove existing elements, and try adding new elements. See how changes you're making impact the result.
Extra Reading
Here's some extra reading for this concept: http://html5doctor.com/the-footer-element/ http://www.creativebloq.com/web-design/website-footers-1131597
Last updated