0
Why would you need the comment?
I apologize if this is a dumb question, im very new to this.
1 Réponse
+ 1
Comments can be useful for quickly identifying something in some code. To remove some code for later if you dont want to completely delete it. To remind yourself, or others developing the site, what something is doing. HTML code can quickly become very confusing if not formatted and laid out correctly, comments can help quickly identify something.