Source Code:
(back to article)
Submit
Result:
Report an issue
<!DOCTYPE html> <html> <head> <title>Titre du document</title> <style> p { -webkit-text-decoration-line: line-through; /* Safari */ text-decoration-line: line-through; } </style> </head> <body> <h2>Exemple de la propriété text-decoration-line </h2> <p>Le Lorem Ipsum est simplement du faux texte...</p> </body> </html>