Source Code: (back to article)
<!DOCTYPE html>
<html>
<head>
<title>Заголовок доумента</title>
<style>
div {
text-decoration-line: underline;
text-decoration-style: solid;
text-decoration-color: #1c87c9;
}
</style>
</head>
<body>
<h2>Пример свойства text-decoration-style</h2>
<div>Lorem Ipsum - это текст-"рыба", часто используемый в печати и вэб-дизайне.</div>
</body>
</html>