How to Write Comments in HTML?

Use `` to write an HTML comment

Place the comment between ``

Example: ``

Comments are not displayed in the browser

Use comments to leave notes in the HTML code

Use comments to temporarily hide code

Do not nest HTML comments inside other HTML comments

Suggested for You

Trending Today