Thursday, December 27, 2018

Hidden comment

Hidden comments:-   


<html>
<body>

<!-- This is a comment -->
<p>This is a paragraph.</p>
<!-- Comment is not display in the browser -->

</body>
</html>

OUTPUT:-

  • <!-- --> This is a comment Tag.
  • Comment is not display in the browser.

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