Commenting allows you to leave messages without affecting the browser display. It also allows you to make code inactive. A comment in HTML starts with .
Here is an example of a comment with the TODO: Remove h1:
Example Code
Add a comment above the p element with this text:
TODO: Add link to cat photos
Explain about this step 4