
Here is the page so far;
http://i130.photobucket.com/albums/p248/pug2775/coffeecup/html5-1.jpg
I point out charset="utf-8" in the style sheet links, despite finding several sources that include this in their HTML5 sections the document will not validate with them.
http://www.w3schools.com/html5/tag_link.asp
One problem is that allot of the information I come across is without dates of publication, so since the HTML5 and CSS3 are in flux, charset may have at one point been in the standards, and later removed, so trial and error is still the mantra

http://i130.photobucket.com/albums/p248/pug2775/coffeecup/html5-4.jpg
OK, so now we are off to the races, more in a bit, coffee time

<html lang="en">
<head>
<meta charset="utf-8">
<meta name="generator" content="CoffeeCup HTML Editor (www.coffeecup.com)">
<meta name="created" content="Wed, 14 Jul 2010 14:14:02 GMT">
<meta name="author" content="David Wilson" />
<meta name="description" content="">
<meta name="keywords" content="">
<meta name="revised" content="" />
<link rel="stylesheet" href="css/reset.css" type="text/css" media="screen" />
<link rel="stylesheet" href="css/css3styles.css" type="text/css" media="screen" />
<!--[if IE]>
<link rel="stylesheet" href="css/styles.css" type="text/css" media="screen" />
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<title>HTML5 Test page</title>
<style type="text/css">
</style>
</head>
<body>
</body>
</html>

http://www.tbaygeek.ca
My HTML play area
http://www.tbaygeek.ca/test/