20 lines
392 B
HTML
20 lines
392 B
HTML
|
<!DOCTYPE html>
|
||
|
<html>
|
||
|
<head>
|
||
|
<meta charset="UTF-8">
|
||
|
<title>HTML5 header for article</title>
|
||
|
</head>
|
||
|
<body>
|
||
|
|
||
|
<article>
|
||
|
<header>
|
||
|
<h1>Internet Explorer 9</h1>
|
||
|
<p><time pubdate datetime="2011-03-15">2011-03-15</time></p>
|
||
|
</header>
|
||
|
<p>Windows Internet Explorer 9 (abbreviated as IE9) was released to
|
||
|
the public on March 14, 2011 at 21:00 PDT.....</p>
|
||
|
</article>
|
||
|
|
||
|
</body>
|
||
|
</html>
|