HTML s Tag

Example

Mark up text that is no longer correct:
<p><s>My car is blue.</s></p>
<p>My new car is silver.</p>

Teach Yourself  by BH24 HTML Editor Tool!

The <s> tag is supported in all major browsers.

Definition and Usage

The <s> tag specifies text that is no longer correct, accurate or relevant.
The <s> tag should not be used to define replaced or deleted text, use the <del> tag to define replaced or deleted text.