Source Code: (back to article)
<!DOCTYPE html>
<html>
<head>
<title>Titre du document</title>
<style>
p {
margin: 1;
color: #ccc;
font-size: 2em;
text-decoration: underline;
text-decoration-skip: edges;
}
</style>
</head>
<body>
<h2>Exemple de la propriété text-decoration-style</h2>
<p><em>Lorem,</em> <em>ipsum est simplement du faux texte </em></p>
</body>
</html>