Comments
Comments in HTML are essentially notes for developers. They are not visible on the web page and are usually used to describe the code.
<!-- This is the section where the user registers -->
<div>
...
</div>
Another use of comments is for testing code. We can insert an element that we want to hide.
<!-- <p>Hidden code</p> -->
Instructions
Create a comment.
Start programming for free
7/8