<p>London is the capital city of England. It is the most populous city in the United Kingdom,
<!DOCTYPE html>
<html lang="en">
<title>HTML</title>
<meta charset="utf-8">
<!--[if lt IE 9]>
<script src="http://apps.bdimg.com/libs/html5shiv/3.7/html5shiv.min.js">
</script>
<![endif]-->
<style>
body {
font-family:Verdana,sans-serif;font-size:0.8em;
}
header,footer,section,article {
border:1px solid grey;
margin:5px;margin-bottom:15px;padding:8px;
background-color:white;
header,footer {
color:white;background-color:#444;margin-bottom:5px;
section {
background-color:#ddd;
nav ul {
margin:0;padding:0;
nav ul li {
display:inline; margin:5px;
</style>
<body>
<header>
<h1>Monday Times</h1>
</header>
<nav>
<ul>
<li>News</li>
<li>Sports</li>
<li>Weather</li>
</ul>
</nav>
<article>