Free guides, interview Q&As, and job responsibility breakdowns — curated by industry veterans to help you crack MNC interviews
HTML comments are used to add notes or explanations inside HTML code.
They are not displayed in the browser.
Comments help:
<!-- This is a comment -->
<p>This text is visible</p>
<!-- This text will not appear on the webpage -->
<p>This is another paragraph</p>
Only this will be shown:
This text is visible
This is another paragraph