Source Code: (back to article)
<!DOCTYPE html>
<html>
<head>
<title>Заголовок документа</title>
<style>
p {
text-decoration: overline underline;
-webkit-text-decoration-color: #8ebf42; /* Safari */
text-decoration-color: #8ebf42;
}
</style>
</head>
<body>
<h2>Пример свойства text-decoration-color</h2>
<p>Lorem Ipsum - это текст-"рыба"...</p>
</body>
</html>