ad

Showing posts with label html <del> tag. Show all posts
Showing posts with label html <del> tag. Show all posts

Thursday, November 13, 2025

how to use the del tag in HTML

 

how to use the <del> tag in HTML https://webdesigningtheory.blogspot.com

how to use the <del> tag in HTML 

Example 

<!DOCTYPE html>
<html>
 <body>
  <h2> how to use Inserted  text tag in html</h2>
<p>student learn <del> HTML </del> programming language</p>
    <p> Student learn <del>CSS</del> Programming language</p>

 </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.