Source Code: (back to article)
<!DOCTYPE html>
<html>
<head>
<title>Der Titel des Dokuments</title>
<style>
body {background-color:#e6ebef;}
h2 {background-color:#8ebf42;}
p {background-color:#1c87c9;}
</style>
</head>
<body>
<h2>Eine Überschrift mit grünem Hintergrund.</h2>
<p>Ein Absatz mit blauem Hintergrund.</p>
</body>
</html>