Home

HTML - Comments


how to write html comments

Use comment tags to comment your HTML code.Comments are not displayed in the browser, but they show up in the source. A comment can be placed anywhere in the document and the browser will ignore everything inside the brackets.

Comment code

<!-- This is a comment  -->