Hidden comments:-   
<html>
<body>
<!-- This is a comment -->
<p>This is a paragraph.</p>
<!-- Comment is not display in the browser -->
</body>
</html>
<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