|
Post by zeeshan on Dec 21, 2013 6:27:45 GMT
<!DOCTYPE HTML>
<html>
<head>
<meta http-equiv=”Content-Type” content=”text/html; charset=UTF-8″ />
<title>Title goes here</title>
</head>
<body>
<header>
<nav>
<ul>
<li>Menu items goes here</li>
</ul>
</nav>
</header>
<section>
<article>
<header>
<h2>Article title</h2>
<p>Posted on <time datetime=”20013-12-17T16:31:24+02:00″>December 17th 2013</time> by <a href=”#”>Writer</a> – <a href=”#comments”>6 comments</a></p>
</header>
<p>Content goes here</p>
</article>
<article>
<header>
<h2>Article title goes here</h2>
<p>Posted on <time datetime=”2013-12-17T16:31:24+02:00″>December 17th 2013</time> by <a href=”#”>Writer</a> – <a href=”#comments”>6 comments</a></p>
</header>
<p>content goes here</p>
</article>
</section>
<aside>
<h2>About section goes here</h2>
<p>Content goes here</p>
</aside>
<footer>
<p>Copyright 2013 Your name goes here</p>
</footer>
</body>
</html>
|
|