-- og et eksempel kunne være:
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "
http://www.w3.org/TR/html4/strict.dtd"><html>
<head>
<title>En ret simpel side ...</title>
<meta name="Generator" content="Stone's WebWriter 4">
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css">
html,body{height:100%;margin:0px;border:0px;padding:0px;font-family:tahoma,verdana,arial,sans-serif;font-size:small;overflow:hidden;}
#site{width:960px;margin:0 auto;position:relative;}
#banner{height:180px;background: blue url(close_cone_forest.jpg) center center;}
#main{height:520px;}
#menu{width:180px;height:500px;float:left;position:relative;padding:10px 5px;background:lightgreen;}
#content{width:560px;height:520px;float:left;background-color:#ff8;padding:0 10px;}
#right{width:180px;height:500px;float:left;position:relative;padding:10px 5px;background-color:#faa;}
#footer{clear:both;height:40px;background-color:#66f;}
#menu ul{list-style:none;margin-left:5px;}
#menu li{line-height:2}
#menu a, #menu a:link, #menu a:visited{text-decoration:none;}
#menu a:hover, #menu a:active{color: yellow; font-weight:bold;}
#content table{width:460px;margin:0 auto;line-height:2.5}
#content td{text-align:right; border-bottom:1px dashed #fbb;}
#content th{border-bottom:1px dashed #fbb;}
.bundbillede{position:absolute;bottom:0;margin-left:-5px;}
.bundbillede img{width:190px;}
.center{text-align: center;}
</style>
</head>
<body>
<div id="site">
<div id="banner"> </div>
<div id="main">
<div id="menu">
<ul>
<li><a href="enside.html" onclick="return false;">En god side</a></li>
<li><a href="enside1.html" onclick="return false;">Endnu en god side</a></li>
<li><a href="enside2.html" onclick="return false;">En bedre side</a></li>
<li><a href="enside3.html" onclick="return false;">Endnu en bedre side</a></li>
<li><a href="enside4.html" onclick="return false;">En endnu bedre side</a></li>
<li><a href="enside5.html" onclick="return false;">Endnu en endnu bedre side</a></li>
</ul>
</div>
<div id="content">
<h1 class="center">Statistik for 2007</h1>
<h4 class="center">Besøgende i udvalgte skove</h4>
<table class="center">
<tr>
<th>Skov</th>
<th>Ialt</th>
<th>Voksne</th>
<th>Børn</th>
</tr>
<tr>
<th>Bredeskov</th>
<td>378</td>
<td>251</td>
<td>127</td>
</tr>
<tr>
<th>Dyrehaven</th>
<td>475.986</td>
<td>254.968</td>
<td>221.018</td>
</tr>
<tr>
<th>Grænseskoven v. Åbenrå</th>
<td>3365</td>
<td>2058</td>
<td>1307</td>
</tr>
<tr>
<th>Langenden</th>
<td>6.545</td>
<td>6.212</td>
<td>333</td>
</tr>
<tr>
<th>Langeskov</th>
<td>3.785</td>
<td>2.515</td>
<td>1.270</td>
</tr>
<tr>
<th>Lilleskov</th>
<td>37</td>
<td>25</td>
<td>12</td>
</tr>
<tr>
<th>Overskov</th>
<td>687</td>
<td>615</td>
<td>72</td>
</tr>
<tr>
<th>Storeskov</th>
<td>37.858</td>
<td>25.152</td>
<td>12.703</td>
</tr>
</table>
</div>
<div id="right">
<form action="sendDenIkke.php" method="post" onclick="return false;">
<fieldset><legend>Tilmeld nyhedsbrev</legend>
Navn: <input type="text" name="navn"><br><br>
Mail: <input type="text" name="mail"><br><br>
<input type="checkbox" name="accept"> Jeg accepterer <a href="betingelser.html" onclick="window.open(this.href,'_blank');return false;">betingelserne</a><br><br>
<input type="submit" class="narrowButton" value="Tilmeld nu">
</fieldset>
</form>
</div>
</div>
</div>
<div id="footer" class="center">
Denne side er fremstillet på Webintegrator grunduddannelsen<br>
KTS, Brønderslev Allé © oktober 2008</div>
</div>
</body>
</html>