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

<article>

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

描述 (Description)

HTML

标签用于博客文章,论坛帖子,报纸文章等。它指定站点,文档,页面或应用程序中的自包含组合。

例子 (Example)

<!DOCTYPE html>
<html>
   <head>
      <title>HTML Article Tag</title>
   </head>
   <body>
      <article>
         <h2>PHP</h2> 
         <p>PHP is PHP Hypertext Preprocessor</p>
      </article>
   </body>
</html>

全局属性 (Global Attributes)

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

事件属性 (Event Attributes)

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

浏览器支持 (Browser Support)

FirefoxIEOperaSafariAndroid
YesYesYesYesYesYes