Prev Demo
HTML5
>
Delete & Insert
Next Demo
Write code here
J
|
B
|
A
<!DOCTYPE html> <html> <head> <title>Demo</title> <mta charset="utf-8"/> </head> <body> <p>Insert the illegal document and Delete the legal document.</p> <p><del>It strikes the Deleted word</del></p> <p><ins>It underlines the Inserted word</ins></p> <p> <del>Insert</del> <ins>Delete</ins> the illegal document and <del>Delete</del> <ins>Insert</ins> the legal document.</p> <p></p> </body> </html>
Note: We DO NOT save your trial code in our database.
Output