Source Code: (back to article)
<!DOCTYPE html>
<html>
<head>
<title>Titre du document</title>
<style>
.blue {
color: #1c87c9;
}
</style>
</head>
<body>
<h2 class="blue">Un titre.</h2>
<p>Le deuxième paragraphe.</p>
<p class="blue">Le troisième paragraphe.</p>
</body>
</html>