+ 6
COMMENTS IN HTML
Does html language require a comment ?
9 Respuestas
+ 5
Evans Runyah
Every language has its own comments
In HTML the comment is specified inside <!-- -->
Comments are important for every programmer because if anyone visits their code, comments makes them readable and also for many things
Does html language require a comment ?
Yeah HTML too need its comments
+ 11
Yes, it's useful to understand a code by other user.
+ 5
<!-- any thing written here will be a comment -->
+ 5
Not required but good to have occasionally.
+ 5
<!-- write your comment here -->
+ 1
Thanks
+ 1
<!-- You comment text -->
0
/**helloo*/
0
Every language has its own comments for better understanding of program..
Here, in HTML we use <!-- -->