You are here : htmlHTML 5del

<del> - HTML 5

The <del> tag defines text that has been deleted from a document.


Syntax

<p>My favorite color is <del>blue</del> <ins>red</ins>!</p>


Example

<p>My favorite color is <del>blue</del> <ins>red</ins>!</p>


Output / Return Value


Limitations


Alternatives / See Also


Reference