0
What is the usage of comment? in html
6 Réponses
+ 3
the point of commenting your code is to make your code readable for others. this way they know what's going on
+ 2
To explain your code. Say you have multiple websites, and you go to your first one after ages. You might not know what you were doing or trying to do, so using a comment, you can explain it. It can also be read by anyone else through at the HTML.
+ 1
You can use comments to explain your code, which can help you when you edit the source code at a later date. This is especially useful if you have a lot of code.
+ 1
use of comment is help others to what is happening in the program easily
0
it is use as a note on your coding structure
0
It works like a Caption. You may say this in simple word.