<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Untitled Document</title>
<!--Css start here-->
<!--Css start here-->
<!--js start here-->
<!--js end here-->
</head>
<body>
<!--main block-->
<section id="main_block">
<!--header block-->
<header>
<nav>
<ul>
<li><a href="#">CSS Zilla</a></li>
</ul>
</nav>
</header>
<!--header block end here-->
<article>
<header>
<h2>Article title</h2>
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.</p>
</header>
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.</p>
</article>
<!--footer block-->
<footer>
<p>Copyright 2014 CSS Zilla</p>
</footer>
</section>
<!--main block end here-->
</body>
</html>
Comments
Post a Comment