当前位置: 首页 > 文档资料 > HTML 入门教程 >

<figcaption>

优质
小牛编辑
116浏览
2023-12-01

描述 (Description)

HTML

标记指定元素的标题。

例子 (Example)

<!DOCTYPE html>
<html>
   <head>
      <title>HTML Figcaption Tag</title>
   </head>
   <body>
      <figure><img src = "https://www.xnip.cn/scripts/img/logo.png"/>
         <figcaption>xnip Logo</figcaption>
      </figure>
   </body>
</html>

全局属性 (Global Attributes)

此标记支持HTML Attribute Reference描述的所有全局属性

事件属性 (Event Attributes)

此标记支持HTML Events Reference中描述的所有事件属性

浏览器支持 (Browser Support)

ChromeFirefoxIEOperaSafariAndroid
YesYesYesYesYesYes