How is the use of comments and how do you write comments in HTML?
Table of contents
No headings in the article.
Comments are part of the documentation section of the code whare we can explain the code to the user and another developer who will see the code again. With the help of comments, we can explain the code segment in the easiest way.
In HTML we can write a comment <<! Hello world >>