join: new@juude



get alerts for new articles






CLOSE WINDOW

join: new@juude



get alerts for new articles






CLOSE WINDOW
html5

Structural, Layout and More


<footer></footer> (w3c)

The footer should appear at the end of the web page. It can also be used at the foot of a section, an article or even a block quote.

A footer typically contains information about the page/section/article. For example the author, copyright information and links. Even when including links within the footer it is considered best not to include a nav.

Attributes: All Global

DON'T USE FOR STYLING
An ffooter should not be used to wrap information for styling only, in that case you need to use a div.

MAKE SURE IT DISPLAYS IN AND PRINTS CORRECTLY FROM ALL VERSIONS OF EACH BROWSER
In your CSS you need to make sure that this element is a block:
footer{
display: block;
}

Include the javaScript (info on this page) so that it works in all IE versions 9 down which will also allow it to print correctly from older versions of IE