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

By signing up, you agree to the Terms of Service and Privacy Policy.

Or sign up with:

7/8

Comments | Start Coder