HTML Deleted Text Tag Example :
OUTPUT
<!doctype html>
<html>
<head>
<title> www.kod4u.blogspot.com </title>
</head>
<body>
<center>
<h2> Deleted Text Tag Example </h2>
<p> by < del > tag we can display any text like deleted.</p>
<del>welcome to html scripting language just like strike tag </del>
</center>
</body>
</html>
<html>
<head>
<title> www.kod4u.blogspot.com </title>
</head>
<body>
<center>
<h2> Deleted Text Tag Example </h2>
<p> by < del > tag we can display any text like deleted.</p>
<del>welcome to html scripting language just like strike tag </del>
</center>
</body>
</html>
OUTPUT
No comments:
Post a Comment