TutorialKart
index.html
►
Run
Reset
<!DOCTYPE html> <html> <body> <h2>Basic Example</h2> <p>The price of the product was <del>$100</del>, but it is now <ins>$80</ins>.</p> </body> </html>