HTML Element
The HTML element defines deleted (removed) text.
Example
<p>My favorite color is <del>blue</del> red.</p>
property
<p>
This paragraph
contains a lot of lines
in the source code,
but the browser
ignores it.
</p>
<p>
This paragraph
contains a lot of spaces
in the source code,
but the browser
ignores it.
</p>
Try it Yourself »