Html delete tag: It makes the selected texts as deleted texts.
Syntax of Html delete tag
<del>text.</del>
Html delete tag
Example
<title>Title</title> <p>Delete Tag : This paragraph contains the <del> demo </del> texts.</p> |
Output :
Html delete tag: It makes the selected texts as deleted texts.
<del>text.</del>
<title>Title</title> <p>Delete Tag : This paragraph contains the <del> demo </del> texts.</p> |
Output :