+ 1
Why is the "!" used for the comments? What does it mean?
6 Answers
+ 5
Comments are generally used in say something you want to place there for later use example would be : <html> <body> <h1>My Webpage</h1> <p>My paragraph</p> <h3>My Tasks</h3> <!--- Add a ul list under h3 tag--> </body> </html> ... These comments are used to tell you something you wanted to do later on or state in your code what a certain code block is doing. The ! Is just a declarative used to comment out something you want.
+ 1
how does this answer the question?
+ 1
how do you expected it be answered, give it a trial.
+ 1
in HTML it us used to document what is going on in the code. HTML is prett self explanitory, but make it a habit to comment on your code.
In programming languages like java and C# it has a different meaning.
+ 1
They are excited for life.
+ 1
hahah..Bella.. :D