All together now:

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>Learning HTML5</title>

 

<link href="styles.css" rel="stylesheet" type="text/css">
</head>

<body id="index" class="home">
<wrapper>
<header id="banner" class="body">
<h1> HTML5 </h1>

<nav>
<ul>
<li class="active"><a href="index.html">Home</a></li>
<li><a href="video.html">Video</a></li>
<li><a href="audio.html">Audio</a></li>
<li><a href="gps.html">GPS</a></li>
</ul>
</nav>

</header><!-- /#banner -->

<aside id="featured" class="body"><article>
<figure></figure>
<hgroup>

<h2>Featured Article</h2>
<h3><a href="#">Mobile web apps</a></h3>
</hgroup>
<p>Mobile web apps are just like normal mobile apps, except they run on the web and don't require any installation to get started. You can use them on many devices since they're just advanced web pages, they work on many devices including iPhone, iPad, Android, Nokia, etc.

This means your apps will follow you, even if you get a new device with a different carrier or platform. It also means you can use multiple devices to access your favorite open source apps.

</p>

</article></aside><!-- /#featured -->

<section id="content" class="body">
<ol id="posts-list" class="hfeed">
<li><article class="hentry">
<header>
<h2 class="entry-title"><a href="#" rel="bookmark" title="Permalink to this POST TITLE">Audio </a></h2>

</header>

<footer class="post-info">
<abbr class="published" title="2005-10-10T14:07:00-07:00"><!-- YYYYMMDDThh:mm:ss+ZZZZ -->
10th October 2005
</abbr>

<address class="vcard author">

By <a class="url fn" href="#">Andy</a>
</address>
</footer><!-- /.post-info -->

<div class="entry-content">

<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. </p>
</div><!-- /.entry-content -->
</article></li>

<li><article class="hentry">
<header>
<h2 class="entry-title"><a href="#" rel="bookmark" title="Permalink to this POST TITLE">Video </a></h2>

</header>

<footer class="post-info">
<abbr class="published" title="2005-10-10T14:07:00-07:00"><!-- YYYYMMDDThh:mm:ss+ZZZZ -->
10th October 2005
</abbr>

<address class="vcard author">

By <a class="url fn" href="#">Andy </a>
</address>
</footer><!-- /.post-info -->

<div class="entry-content">

<p>

Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. </p>
</div><!-- /.entry-content -->
</article></li>

<li><article class="hentry">
<header>
<h2 class="entry-title"><a href="#" rel="bookmark" title="Permalink to this POST TITLE">Lorem ipsum </a></h2>

</header>

<footer class="post-info">
<abbr class="published" title="2005-10-10T14:07:00-07:00"><!-- YYYYMMDDThh:mm:ss+ZZZZ -->
10th October 2005
</abbr>

<address class="vcard author">

By <a class="url fn" href="#">Canvas</a>
</address>
</footer><!-- /.post-info -->

<div class="entry-content">

<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. </p>

 

 

</div><!-- /.entry-content -->
</article></li>

</ol><!-- /#posts-list -->
</section><!-- /#content -->

<section id="extras" class="body">
<div class="blogroll">
<h2>blogroll</h2>

<ul>
<li><a href="www.mobilehtml5.com" rel="external">www.mobilehtml5.com</a></li>
<li><a href="http://w3c.org" rel="external">W3C </a></li>

<li><a href="HTTP://ANDYRUTTER.COM" rel="external">Andy Rutter</a></li>

</ul>
</div><!-- /.blogroll -->

<div class="social">

<h2>social</h2>
<ul>
<li><a href="http://twitter.com" rel="me">Twitter</a></li>
<li><a href="http://youtube.com" rel="me">Youtube</a></li>

<li><a href="http://facebook.com/" rel="me">facebook</a></li>

</ul>
</div><!-- /.social -->
</section><!-- /#extras -->

<footer id="contentinfo" class="body">
<address id="about" class="vcard body">
<span class="primary">
<strong><a href="#" class="fn url">Lorem ipsum </a></strong>

<span class="role">Lorem ipsum </span>
</span><!-- /.primary -->
<span class="bio"><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Quisque venenatis nunc vitae libero iaculis elementum. Nullam et justo <a href="#">non sapien</a> dapibus blandit nec et leo. Ut ut malesuada tellus.</p></span>

</address><!-- /#about -->
<p>2005-2009 <a href="http://andyrutter.com">Lorem ipsum </a>.</p>
</footer><!-- /#contentinfo -->
</wrapper>
</body>
</html>

Print this entry