Sunday, February 26, 2012

How to use & Tag


1.At first we have to open the notepad
2.type the code
3.save the file in any name. e.g(del_ins.html)
<html>
<body>

<p>
a century is
<del> one thousand</del>
<ins> one hundred</ins>
</p>

<p>Most browsers will overstrike deleted text and underline inserted text .</P>

<p>Some older browsers will desplay deleted or inserted text as plain text.</p>

</body>
</html>
The output of the webpage

No comments:

Post a Comment