Source Code: (back to article)
<!DOCTYPE html>
<html>
<head>
<title>Titre du texte</title>
<style>
p {
text-decoration: overline underline;
-webkit-text-decoration-color: #8ebf42; /* Safari */
text-decoration-color: #8ebf42;
}
</style>
</head>
<body>
<h2>Exemple de la propriété text-decoration-color</h2>
<p>Le Lorem Ipsum est simplement du faux texte...</p>
</body>
</html>