Hallo hallo..... (voorbeeld stijlblok)

<!DOCTYPE html>
<head>
<title>Hier komt de paginatitel</title>
</head>
<style>
h1   {color: red; 
      font-family: Calibri; 
      font-size: 40pt;}
body {background-color: #fff8e0;}
</style>

<body>
<h1>Hallo hallo..... (voorbeeld stijlblok)</h1>
</body>
</html>