Search This Blog

HTML Inserted Text Tag Example

Inserted Text Tag Example :
<!doctype html>
<html>
<head>
<title> www.kod4u.blogspot.com </title>
</head>
<body>
<center>
<h2> Inserted Text Tag Example </h2>
<p> by < ins > tag we can display any text like inserted.</p>
<ins>welcome to html scripting language just like a underline tag </ins>
</center>
</body>
</html>

OUTPUT
HTML Inserted Text Tag Example

No comments:

Post a Comment