Source Code:
(back to article)
Submit
Result:
Report an issue
<!DOCTYPE html> <html> <head> <title>Title of the document</title> <style> p { -webkit-text-decoration-line: line-through; text-decoration-line: line-through; } </style> </head> <body> <h2>Text-decoration-line property example</h2> <p>Lorem Ipsum is simply dummy text...</p> </body> </html>