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