figure

figure
NOTE: This new element is HTML5 and will be a standardized element in 2014.
The HTML <figure> element is used to display a piece of self contained content like an image, chart, graph or source code. It slightly indents the content by default and can be used with the <figcaption> element inside of it.
HTML CODE EXAMPLE
<p>Blah blah blah blah blah blah blah blah blah...</p>
<figure>
  <figcaption>HTML Core Attributes</figcaption>
  <img src="html_attributes.jpg" alt="Events" width="491" height="194" />
</figure>
 
Blah blah blah blah blah blah blah blah blah...
HTML Core Attributes
Events

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 :

  • input input HTML input Element The HTML <input> element is a very versatile and impor… Read More...
  • iframe iframe HTML iframe Element The <iframe> element is used to insert an independe… Read More...
  • img img HTML img Element The HTML <img> element is used to render image media like … Read More...
  • input button input button HTML input button Element Setting the HTML input element's type attribut… Read More...
  • input checkbox input checkbox TML input checkbox Element Setting the HTML input element's type attri… Read More...

0 Response to "figure"

Post a Comment