Language(s) : Punjabi/Hindi/English
The comment tag is used to insert comments in the source code. Comments are not displayed in the browsers.
Comments are some text or code written in your code to give an explanation about the code, and not visible to the user. Comments which are used for HTML file are known as HTML comments. Anything written between these tags will be ignored by the browser, so comments will not be visible on the webpage.