Wednesday, December 26, 2018

Marked deleted.

USING Marked deleted:-   


<html>
<body>

<p>The del element represents deleted (removed) text.</p>

<p>My favorite color is <del>blue</del> red.</p>

</body>
</html>

OUTPUT:-       
  • <del> tag is use for correction.

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...