-
Book Overview & Buying
-
Table Of Contents
HTML5 Multimedia Development Cookbook
By :
"The
<figure>element represents some flow content, optionally with a caption, that is self-contained and is typically referenced as a single unit from the main flow of the document. The element can thus be used to annotate illustrations, diagrams, photos, code listings, etc, that are referred to from the main content of the document, but that could, without affecting the flow of the document, be moved away from that primary content, e.g. to the side of the page, to dedicated pages, or to an appendix." - WHATWG's HTML5 Draft Standard - http://whatwg.org/html5
"The first <figcaption> element child of the element, if any, represents the caption of the <figure> element's contents. If there is no child <figcaption> element, there is no caption." - WHATWG's HTML5 Draft Standard - http://whatwg.org/html5
You have seen it a million times: An image with some sort of text caption underneath. Usually...
Change the font size
Change margin width
Change background colour