约 1034 字
约 5 分钟
<figcaption>
标签HTML 的 <figcaption> 元素是用来描述其父节点 <figure> 元素里的其余内容的标题或说明。为 <figure> 提供一个无障碍描述。
<figure>
<img src="https://raw.githubusercontent.com/mdn/learning-area/master/html/multimedia-and-embedding/images-in-html/dinosaur_small.jpg"
alt="恐龙骨骼化石"
width="500">
<figcaption>图1: 恐龙骨骼化石,来自 MDN。</figcaption>
</figure>
<figcaption>![]()
图1: 恐龙骨骼化石,来自 MDN。
创建于 2025/5/22
更新于 2025/6/6