<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>pubdate 元素</title>
</head>
<body>
<article>
<header>
<h1>关于<time datetime="2016-10-1">10.1</time>>国庆节放假通知</h1>
<p>发布日期:<time datetime="2016-9-18" pubdate="">2016-9-19</time></p>
</header>
<p>10月1日,国庆节放假。。。。。。。。。。。。。</p>
</article>
<h2>2017.3.6</h2>
</body>
</html>
<html>
<head>
<meta charset="utf-8">
<title>pubdate 元素</title>
</head>
<body>
<article>
<header>
<h1>关于<time datetime="2016-10-1">10.1</time>>国庆节放假通知</h1>
<p>发布日期:<time datetime="2016-9-18" pubdate="">2016-9-19</time></p>
</header>
<p>10月1日,国庆节放假。。。。。。。。。。。。。</p>
</article>
<h2>2017.3.6</h2>
</body>
</html>