html figcaption标签怎么用

藏色散人
发布: 2019-05-28 11:19:20
原创
4609 人浏览过

html figcaption标签用于定义 figure 元素的标题(caption)。"figcaption" 元素应该被置于 "figure" 元素的第一个或最后一个子元素的位置。

html figcaption标签怎么用

html figcaption标签怎么用?

作用:定义 figure 元素的标题(caption)。

说明:"figcaption" 元素应该被置于 "figure" 元素的第一个或最后一个子元素的位置。

注释:所有主流浏览器都支持

标签。Internet Explorer 8 以及更早的版本不支持
标签。

html figcaption标签使用示例

<!DOCTYPE html>
<html>
<body>
<p>ThinkPHP5快速开发企业站点</p>
<figure>
    <img src="//m.sbmmt.com/tpl/Index/Static/img/banner3.jpg" alt="php.cn" width="304" height="228">
    <figcaption>Fig.1 - ThinkPHP5快速开发企业站点</figcaption>
</figure>
</body>
</html>
登录后复制

以上是html figcaption标签怎么用的详细内容。更多信息请关注PHP中文网其他相关文章!

相关标签:
来源:php.cn
本站声明
本文内容由网友自发贡献,版权归原作者所有,本站不承担相应法律责任。如您发现有涉嫌抄袭侵权的内容,请联系admin@php.cn
热门教程
更多>
最新下载
更多>
网站特效
网站源码
网站素材
前端模板