HTML的标签
程序员文章站
2022-03-29 10:45:32
...
HTML <figcaption> 标签
Internet Explorer 9, Firefox, Opera, Chrome 以及 Safari 支持 <figcaption> 标签。
注:Internet Explorer 8 以及更早的版本不支持 <figcaption> 标签。 ( 推荐学习:html教程 )
定义和用法
<figcaption> 标签定义 figure 元素的标题(caption)。
"figcaption" 元素应该被置于 "figure" 元素的第一个或最后一个子元素的位置。
浏览器支持
所有主流浏览器都支持 <figcaption> 标签。
HTML 4.01 与 HTML 5 之间的差异
<figcaption> 标签是 HTML 5 中的新标签。
实例
用作文档中插图的图像,带有一个标题::
<!DOCTYPE html> <html> <body> <p>The Pulpit Rock is a massive cliff 604 metres (1982 feet) above Lysefjorden, opposite the Kjerag plateau, in Forsand, Ryfylke, Norway. The top of the cliff is approximately 25 by 25 metres (82 by 82 feet) square and almost flat, and is a famous tourist attraction in Norway.</p> <figure> <figcaption>Fig.1 - The Pulpit Rock, Norway.</figcaption> </figure> </body> </html>
以上就是HTML的<figcaption>标签的详细内容,更多请关注其它相关文章!
下一篇: php 空格,换行,跳格使用说明
推荐阅读
-
同一个表单,根据单击的按钮跳转到不同的页面_html/css_WEB-ITnose
-
HTML中 等6种空白空格的区别
-
使用css3背景渐变中的透明度来设置不同颜色的背景渐变_html/css_WEB-ITnose
-
html页面中如何实现保留空格以及换行符的实例分析
-
请问下,webapp里面长按页面弹出来的菜单可以隐藏或者更改么_html/css_WEB-ITnose
-
php中过滤html代码的函数 提高程序安全性_PHP
-
请问如何实现table的外框和内框线的粗度不同??_html/css_WEB-ITnose
-
HTML5页面嵌入小程序没有返回按钮及返回页面空白的问题
-
30 套精美免费的 bootstrap 模板_html/css_WEB-ITnose
-
iconfont-矢量图标字体的运用_html/css_WEB-ITnose