Current Assignment(s)
A3: Markup
P1 Workshop (Assessments)
Due 11:55PM Monday, 10.15
P1 Workshop (Assessments)
Due 11:55PM Monday, 10.15
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