今天介绍的是html中<article>标签的用法,如果有兴趣的朋友可以看一下!
<article> 标签规定独立的自包含内容。 一篇文章应有其自身的意义,应该有可能独立于站点的其余部分对其进行分发。
<article>
<h1>Internet Explorer 9</h1>
<p>Windows Internet Explorer 9(简称 IE9)于 2011 年 3 月 14 日发布.....</p>
</article>
原文:https://www.cnblogs.com/Millychenyan/p/13817100.html