约 1025 字
约 5 分钟
<figure>
标签HTML 的 <figure> 元素代表一段独立的内容,可能包含 <figcaption> 元素定义的说明元素。该插图、标题和其中的内容通常作为一个独立的引用单元。
<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>
<figure>![]()
图1: 恐龙骨骼化石,来自 MDN。
创建于 2025/5/22
更新于 2025/6/6