Articles → HTML → Del Tag In HTML
Del Tag In HTML
Purpose
Syntax
Example
<html>
<head>
<title>del demo</title>
</head>
<body>
This is the
<del>deleted</del> text
</body>
</html>
Try It
Output
Browser Support
Internet Explorer | Firefox | Chrome | Safari | Opera | Edge |
---|
Yes | Yes | Yes | Yes | Yes | Yes |