Source Code: (back to article)
<!DOCTYPE html>
<html>
<head>
<title>Der Titel des Dokuments</title>
<style>
.blue {
color: blue;
}
</style>
</head>
<body>
<h2>Ein Beispiel für die Eigenschaft color</h2>
<p>Zum Beispiel ist das ein Absatz.</p>
<p class="blue">Das ist ein Absatz mit dem Farbnamen blau.</p>
<p>Zum Beispiel ist das ein Absatz.</p>
</body>
</html>