Prev Demo
Text-Decoration-Line Property
Next Demo
Write code here
J
|
B
|
A
<!DOCTYPE html> <html> <head> <title>Demo</title> </head> <body> <style> div { text-decoration-line:line-through; -moz-text-decoration-line:line-through; /* For fire fox * / } </style> <p> This is Correct sentence. </p> <div> This is Wrong senetnce. </div> </body> </html>
Note: We DO NOT save your trial code in our database.
Output