Source Code: (back to article)
<!DOCTYPE html>
<html>
<head>
<title>Titre du document</title>
<style>
a {
color: #1c87c9;
}
</style>
</head>
<body>
<a>La couleur du lien est #1c87c9.</a>
</body>
</html>