<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>article元素</title>
</head>
<body>
<article>
<header>
<h3>文章的标题</h3>
<h5>作者:京津冀</h5>
</header>
<p>正文88888888888888888888888888888888888888888 <br>888888888888888888888888888 <br>*****************************<br>*************************</p>
<article>
<header><h4>网友的评论</h4></header>
<p>评论的内容</p>
<footer>发布时间:2017年9月13日</footer>
</article>
<footer>
<p>尾部,阅读300,评论80</p>
</footer>
</article>
</body>
</html>