How To Add Comments In HTML?

Use ``

Example: ``

Place comments anywhere in the HTML code

Comments are not displayed in the browser

Do not nest comments inside other comments

Use comments to note sections of code

Use comments to temporarily disable HTML code

Suggested for You

Trending Today