陌生的HTML标签

HTML<figcaption>标签
<figure>
	<figcaption>这里是图片标题</figcaption>
	<img src="https://raw.githubusercontent.com/easyer/easyer.github.io/master/resources/sand_1.JPG" width="300" height="240" />
</figure>

定义和用法

标签定义figure元素的标题(caption). "figcaption"元素应该被置于"figure"元素的第一个或最后一个子元素的位置。