footer
NOTE: This new element is HTML5 and will be a standardized element in 2014.
The HTML <footer> element is used to define the base or bottom of a page section or the entire web document.
HTML CODE EXAMPLE
<section>
<header>My web page is super awesome</header>
<p>You can build one just like it if ...</p>
<footer>Adam Khoury - 2011</footer>
</section>
<header>My web page is super awesome</header>
<p>You can build one just like it if ...</p>
<footer>Adam Khoury - 2011</footer>
</section>
Attributes for this element:
datetime - the date or date-time the text was deleted
Possible Values:"date-time sysntax as defined here"
cite - refer to a URL that explains why the text was deleted
Possible Values: "URL string"
global attributes - global core attributes
See: list of global attributes
Possible Values:"date-time sysntax as defined here"
Possible Values: "URL string"
See: list of global attributes
0 Response to "footer"
Post a Comment