HTML Comment

    1100417 VIEW 1 0

The <!-- --> is an HTML comment tag. To comment out in HTML, insert information between <!-- and --> tags (browsers won't show these notes). With comments you can place notifications and reminders in your HTML code


<!--This is an example text that won't be displayed in the browser-->
<p>This will be shown in the browser.</p>
<!-- Do not display this image at the moment
<a href="////hyper.mirganj.in">Hyper Institute</a>
-->

Output