<body>
<script language="JavaScript">
<!--
document.write('<h2>Oefening 1.2</h2>');
document.write('<b>Deze tekst is vet</b><br>');
document.write('Deze tekst is gewoon<br>');
document.write('<h3>De lokatie van deze pagina is: '+ document.location
+ '</h3>');
//-->
</script>
</body>