![]() |
Not Supported in HTML5.The |
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>
Use the <s> tag to mark up text that is no longer correct.
Example:
HTML
<!DOCTYPE html>
<html>
<body>
<h1>The s element</h1>
<p><s>Only 50 tickets left!</s></p>
<p>SOLD OUT!</p>
</body>
</html>
What to Use Instead of HTML <strike> Tag? | HTML Tag |
How to Use <s> Tag Instead of HTML <strike> Tag? | HTML Tag |
Read Full: | HTML Tag |
Type: | Develop |
Category: | Web Tutorial |
Sub Category: | HTML Tag |
Uploaded by: | Admin |
Views: | 123 |
Reffered: https://www.w3schools.com/tags/tag_strike.asp