+ 3
Comment in html is useful or not and how
we generally ignored comment. comment is a piece of code.
10 ответов
+ 2
it is a good practice to add comments into your html code. especially on complex document .
comments help you and other to understand your code and increase code readability.
+ 7
In every languages, comments are highly useful..
+ 2
comment is useful cause if u forget what the keyword of the line of code, and modified it to be better.
+ 2
Useful for the programmer to understand which type of code is written
+ 2
comments helps to make program human readable efficiently
+ 1
yes use the comment tag. for check
+ 1
its useful for making a web page or site concatenated with css or java script
+ 1
its useful for making a web page or site concatenated with css or java script
0
You should always use comments because you never know when you need to revisit code and you may forget the intentions of a particular line of code.
0
Meaningful comments are always helpful for both developers and end user to understand code and identify particular sections