<figcaption> 元素用于为图像提供标题。
它是一个可选标签,可以出现在 <figure> 标签内的内容之前或之后。
尽管 <figure> 元素本身可能包含多个其他元素,例如 <img> 或 <code>,但只有一个 <figcaption> 元素可以嵌套在 <figure> 标签中。
<figcaption> 元素与 <figure> 元素一起使用,它可以作为 <figure> 元素的第一个或最后一个子元素放置。
<!DOCTYPE> <html> <body> <figure> <img src="/public/static/rocschool/img/try/tiananmen.jpg" alt="Taj Mahal"/> <figcaption>图.1.1 - 天安门的前视图。</figcaption> </figure> </body> </html>
输出:
元素 | Chrome | IE | Firefox | Safari | Opera |
---|---|---|---|---|---|
<figure> | Yes | Yes | Yes | Yes | Yes |
© Copyright 2011-2021 www.rocschool.com. All rights reserved. Developed by RocSchool. Powered by qibosoft X1.0 Code. 琼ICP备2021004297号-1