A figure caption
figcaption
 
						The figcaption element is used to formally identify the contents or title of an image, figure, or other work of art.
It may also be used to identify the author of the work, or the publication where it first appeared.
Examples
figure {
    img `/img/crookneck-squash.jpg` *alt="Crookneck Squash"
    figcaption A versatile splash of yellow for your cooking 
}            
							
							
figure {
    p.title Do Not Go Gentle into that Good Night
    pre {
        Do not go gentle into that good night,
        Old age should burn and rave at close of day;
        Rage, rage against the dying of the light.    
    }
    figcaption Dylan Thomas (1914 - 1953)
}            
							
							
figure {
    blockquote {
        If the English language made any sense,
        lackadaisical would have something
        to do with a shortage of flowers.
    }
    figcaption Doug Larson
}            
							
							Ancestor
- figure
- The figure element is used to group an illustration together with a caption or other exemplary or explanatory material.
