Wednesday, December 26, 2018

Marked inserted.

USING Marked inserted:- 


<html>
<body>

<p>The ins element represent inserted (added) text.</p>

<p>My favorite <ins>pet</ins> is dog.</p>

</body>
</html>

OUTPUT:-

  • The ins element represent inserted (added) text.

No comments:

Post a Comment

Internal Javascripts

Internal Javascripts :    The script code can be written directly into the HTML document. script code is placed in header of the docume...