html5 <figcaption> 标签为 <figure> 元素定义标题。
<figcaption> 元素应该被置于 <figure> 元素的第一个或最后一个子元素的位置
IE 9 、Firefox、Opera、Chrome 和 Safari 支持 <figcaption> 标签
IE 8 或更早版本的 IE 浏览器不支持 <figcaption> 标签
使用 <figure> 元素标记文档中的一个图像 <figure> 元素带有一个标题
<figure>
<img src="/img.jpg" alt="The Pulpit Rock" width="304" height="228">
<figcaption>Fig1. - A view of the pulpit rock in Norway.</figcaption>
</figure>
<figcaption> 标签是 HTML5 中的新标签