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