HTML
HTML <figure> 元素
在 <figure> 中使用 <figcaption> 作为标题
源代码:
点击运行 »
<figure> <img src="/images/firefox-64x64.png" alt="一个很棒的图片"> <figcaption>图.1 Firefox Logo</figcaption> </figure>
运行结果:
点击运行 »