小码哥的IT人生

HTML <article> 标签 详解

HTML基础 2022-06-02 09:38:32小码哥的IT人生shichen

HTML <article> 标签

实例

<article>
  <h1>Internet Explorer 9</h1>
  <p>Windows Internet Explorer 9(简称 IE9)于 2011 年 3 月 14 日发布.....</p>
</article>

 

完整实例【亲自试一试】:

<!DOCTYPE html>
<html>
<body>
<article>
  <h1>Internet Explorer 9</h1>
  <p>Windows Internet Explorer 9(简称 IE9)于 2011 年 3 月 14 日发布.....</p>
</article>
</body>
</html>

可以使用本站在线JavaScript测试工具测试上述代码运行效果:http://www.phpcodeweb.com/runjs.html

浏览器支持

元素 Chrome IE Firefox Safari Opera
<article> 6.0 9.0 4.0 5.0 11.1

Internet Explorer 9, Firefox, Opera, Chrome 以及 Safari 支持 <article> 标签。

注释:Internet Explorer 8 以及更早的版本不支持 <article> 标签。

定义和用法

<article> 标签规定独立的自包含内容。

一篇文章应有其自身的意义,应该有可能独立于站点的其余部分对其进行分发。

<article> 元素的潜在来源:

  1. 论坛帖子
  2. 报纸文章
  3. 博客条目
  4. 用户评论

HTML 4.01 与 HTML 5 之间的差异

<article> 标签是 HTML 5 中的新标签。

全局属性

<article> 标签支持 HTML 中的全局属性

事件属性

<article> 标签支持 HTML 中的事件属性

版权所有 © 小码哥的IT人生
Copyright © phpcodeweb All Rights Reserved
ICP备案号:苏ICP备17019232号-2  

苏公网安备 32030202000762号

© 2021-2024