1025

5 分钟

#HTML 的 <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