Get your own website Result Size: 625 x 565
x
 
<!DOCTYPE html>
<html lang="en">
<head>
<title>HTML5</title>
<meta charset="utf-8">
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js">
</script>
<![endif]-->
<style>
body {
  font-family: Verdana, sans-serif;
  font-size: 0.8em;
}
header, nav, section, article, footer {
  border: 1px solid grey;
  margin: 5px;
  padding: 8px;
}
nav ul {
  margin: 0;
  padding: 0;
}
nav ul li {
  display: inline;
  margin: 5px;
}
</style>
</head>
<body>
<header>
  <h1>HTML5 Skeleton</h1>
</header>
<nav>
  <ul>
    <li>News</li>
    <li>Sports</li>
    <li>Weather</li>
  </ul>
</nav>
<article>