---
name: Figure
heading: Semantic grouping of an image and associated caption
---

---html|render---

<figure itemscope itemtype="http://schema.org/ImageObject">
	<img src="https://placehold.it/1600x800" alt="Figure Image" itemprop="contentUrl">
	<figcaption itemprop="description">
		<b>Fig. 3.2</b> Lorem ipsum dolor sit amet by <a href="#">eiusmod tempor</a>
	</figcaption>
</figure>