TutorialKart
index.html
►
Run
Reset
<!DOCTYPE html> <html> <head> <style> del { color: red; text-decoration: line-through; font-weight: bold; } </style> </head> <body> <h2>Styled <del> Example</h2> <p>This item was previously priced at <del>$150</del>.</p> </body> </html>