<s> HTML Tag

In this article we will discuss about how to use the s Tag in HTML.
  • 1633

The <s>  defines strike through text. The HTML <s> tag is used to strike through the middle of the text.

HTML Code:

<html>

<head>

    <title>This is my first web page</title>

</head>

<body>

    <font style="background-color: lightgreen"><s>One should not feel negative because </s>

    </font>it destroys the life.<br>

    It is the curse for the life.So always think positive<br>

    because impossible always says i m possible.Think like that.ok

</body>

</html>

Output:
myoutput.jpg 

Ask Your Question 

Got a programming related question? You may want to post your question here
 
Programming Answers here
© 2020 DotNetHeaven. All rights reserved.