Horje

What to Use Instead of HTML <strike> Tag?

Use the <del> tag to define deleted text.
index.html
Example: HTML
<!DOCTYPE html>
<html>
<body>
<h1>The del element</h1>
<p>My favorite color is <del>blue</del> <ins>red</ins>!</p>
</body>
</html>

Output should be:

What to Use Instead of HTML <strike> Tag?




Type :
html
Category :
Web Tutorial
Sub Category :
HTML Tag
Uploaded by :
Admin