footer

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>
 
My web page is super awesome
You can build one just like it if ...
Adam Khoury - 2011

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

Event handlers for this element:

global event handlers - global event handler attributes
See: list of global event handlers


0 Response to "footer"

Post a Comment