show-notice
hide-notice

Friday 9 August 2013

HTML ins Tag


Introduction:

The HTML ins tag is used for markup of inserted text.Markup of inserted text can be useful in determining differences between multiple versions of the same document. Browsers will normally underline inserted text and strike a line through deleted text.

Example:
<html>
<head>
<title>HTML ins Tag</title>
</head>
<body>
<p>I am <del>very</del> <ins>extremely</ins> happy that you visited this page.</p> 
</body>
</html>

SHARE THIS POST   

0 comments :

Post a Comment

Design by Gohilinfotech | www.gohilinfotech.blogspot.com