<article>

今天介绍的是html中<article>标签的用法,如果有兴趣的朋友可以看一下!

<article> 标签规定独立的自包含内容。 一篇文章应有其自身的意义,应该有可能独立于站点的其余部分对其进行分发。 

实例

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

 

posted @ 2020-10-14 20:31  Millychen  阅读(94)  评论(0)    收藏  举报