Source Code:
(back to article)
Submit
Result:
Report an issue
<!DOCTYPE html> <html> <head> <title>Title of the document</title> <style> div { text-decoration-line: overline; text-decoration-style: dotted; text-decoration-color: #1c87c9; } </style> </head> <body> <h2>Text-decoration-style property example</h2> <div>Lorem Ipsum is simply dummy text of the printing and typesetting industry.</div> </body> </html>