figcaption

figcaption
NOTE: This new element is HTML5 and will be a standardized element in 2014.
The HTML <figcaption> element is used to represent a caption for a <figure> element.
HTML CODE EXAMPLE
<p>Blah blah blah blah blah blah blah blah blah...</p>
<figure>
  <figcaption><small>How event handlers work</small></figcaption>
  <img src="html_events.jpg" alt="Events" width="491" height="194" />
</figure>
 
Blah blah blah blah blah blah blah blah blah...
How event handlers work
My Image

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


Related Posts :

  • script script HTML script Element The HTML <script> element is used to place scripting blocks di… Read More...
  • small small HTML small Element The HTML <small> element is used to make text smaller by one poi… Read More...
  • section section HTML section Element NOTE: This new element is HTML5 and will be a standardized element… Read More...
  • select select HTML select Element The HTML <select> element is usually applied in form creation … Read More...
  • source source HTML source Element NOTE: This new element is HTML5 and will be a standardized element i… Read More...

0 Response to "figcaption"

Post a Comment