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 -->
|
This is how it will appear in a browser |
View above example output in a new browser window |