The <s> tag marks an incorrect, inaccurate or irrelevant text.
<s> |
Yes | Yes | Yes | Yes | Yes |
None.
The <s> tag supports the Global Attributes in HTML.
The <s> tag supports the Event Attributes in HTML.
s { text-decoration: line-through; }
<!DOCTYPE html>
<html>
<body>
<p><s>wrong.</s></p>
<p>right.</p>
</body>
</html>