- 1
Why am i not able to see the words i put when i insert <!-- word --> like the word in the comment wont appear
is it only visible within the description
4 Réponses
+ 8
That's the idea. Comments are meant for whoever looks over your code (including your future-self :3). They won't affect your webpage.
+ 4
Because comments are not meant to appear on the visual interface, it is used for documentation or notes on your code
+ 2
Usually the end-users ask questions of such. You, sir, will no doubt have no trouble with their requests! Oh, btw just don't spam random stuff in comments because they are delivered to client browser and it's sometimes awkward to see what developers put into them.
+ 1
ohhhh OK thank you two so so much <3