Current Assignment(s)
A3: Markup
P1 Workshop (Assessments)
Due 11:55PM Monday, 10.15
P1 Workshop (Assessments)
Due 11:55PM Monday, 10.15
Insert and Delete
The delete tag (<del>
) defines text that has been deleted from a document, and the insert tag (<ins>
)defines a text that has been inserted,
Use <del>
and <ins>
to markup updates and modifications in a document. Browsers will normally strike a line through deleted text and underline inserted text.
HTML
<p>If elements are <del>deleted</del> <ins>inserted</ins>, they will have a line through or under them, respectively.</p>
html
- Previous
- Next