Horje

How to Use <s> Tag Instead of HTML <strike> Tag?

Use the <s> tag to mark up text that is no longer correct.

index.html
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>

Output should be:

How to Use <s> Tag Instead of HTML <strike> Tag?




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