Last Updated on April 26, 2023 by Roshan Parihar
HTML del tag is the text Formatting tag used in HTML to show deleted text.
Syntax
1 |
<del>Enter deleted text here....</del> |
1 |
<del>This is a deleted text</del> |
Output
Resources and References of HTML del tag
1. W3C Specification.
2. HTML living standard
3. W3C project using Github