Strikethrough
The strikethrough tag (<s>
) specifies text that is no longer correct, accurate or relevant. Before HTML5, this was done with <strike>
.
HTML
<p>Old information can be <s>crossed out</s> using the strikethrough tag.</p>
html
- Previous
- Next