Prev Demo
JavaScript
>
Strikethrough Style
Next Demo
Write code here
J
|
B
|
A
<!DOCTYPE html> <html> <head> <title>Demo</title> </head> <body> <h1>Strike through style using JavaScript</h1> <script> document.write("This is Striked text "); document.write(" This is Striked text".strike()); </script> </body> </html>
Note: We DO NOT save your trial code in our database.
Output