Dit is de code voor de koptekst:
<h1>Dit is een koptekst</h1>
h1 {
font-family: Arial, Helvetica, sans-serif;
font-style: italic;
background-color: hsl(200, 85%, 50%);
border-bottom-width: 4px;
border-bottom-style: solid;
border-bottom-color: hsl(200, 85%, 35%);
padding-left: 15px;
}