+ 1
I don't understand <!-- this is a comment -->
Help I don't understand it
8 odpowiedzi
+ 7
<!-- --> are used to add comments in html. These comments are ignored by browser and are not show in the output.
Example:
<!-- you can write comments here... -->
+ 5
A comment is not ran as an output in your browser. There are many different examples for comments, pending on the language. That one is an HTML tag, meaning it will only work in HTML code.
+ 3
Comments are there to help you and other coders.
+ 3
That's just the style of html comments. Other languages have different comment styles.
+ 2
Thanks guys for helping me
0
For comment in HTML language
0
The browser does not display comments, but they help document the HTML and add descriptions, reminders, and other notes.