Horje

How to create HTML <s> Tag

It marks 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 create HTML <s> Tag




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