Search This Blog

HTML Deleted Text Tag Example

HTML Deleted Text Tag Example :
<!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>

OUTPUT
HTML Deleted Text Tag Example

No comments:

Post a Comment