how to use the <del> tag in HTML 
how to use the <del> tag in HTML
Example
<!DOCTYPE html>
<html>
<body>
<h2> how to use Inserted text tag in html</h2>
</body>
</html>
how to use the <del> tag in HTML
Explain Program
Step 1 ]
<!Doctype html>
<!doctype html> always be the first line of any HTML document.
<!Doctype html>
<!doctype html> always be the first line of any HTML document.