HTML — HTML Comments
You can add comments in HTML using <!-- -->
. Comments are not shown on the webpage and are useful for notes or reminders.
<!-- This is a comment -->
<p>This is visible content.</p>
You can add comments in HTML using <!-- -->
. Comments are not shown on the webpage and are useful for notes or reminders.
<!-- This is a comment -->
<p>This is visible content.</p>