
How can I include comments in HTML?

Hi friends,
we will introduce you to the comment tag of HTML. This tag is used to insert the comment inside the source code. The text written inside comment tag will define what next piece of code are doing. Comment tag is always used inside the body.
Text present in the comment tag will be ignored by the browser including html tag, scripting language etc. Text written in comment tag can be visible only for developer. It can not be read by user.
If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.
Ask your questions, our development team will try to give answers to your questions.