Html delete tag


Html delete tag: It makes the selected texts as deleted texts.


Syntax of Html delete tag

<del>text.</del>

Html delete tag

Example

<!DOCTYPE html>
<html>
<head>
<title>Title</title>
</head>
<body>
<p>Delete Tag : This paragraph contains the <del> demo </del> texts.</p>
</body>
</html>

Try it »

Output :

Html delete tag example

Html delete tag example


Advertisements

Add Comment

📖 Read More