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