0

HTML

What is the significance of the comment in HTML document?

21st Dec 2022, 12:00 AM
PG MOREMA
PG MOREMA - avatar
1 Answer
+ 4
Comments are messages for your future self, or for those who are going to modify or repair your code in the future. Their purpose is to make the maintenance of the code easier. They are not meant for the user (the consumer of the code).
21st Dec 2022, 5:28 AM
Tibor Santa
Tibor Santa - avatar