Computer Science, asked by akhila67571, 1 year ago

What is comment symbol what are type of comment symbol?

Answers

Answered by Thûgłife
9

In computer programming, a comment is a programmer-readable explanation or annotation in the source code of a computer program. They are added with the purpose of making the source code easier for humans to understand, and are generally ignored by compilers and interpreters.

Answered by Anonymous
1

Answer:

Comments are added to the code of HTML to provide a short description of the code. It is not visible on the web page but is kept for development purposes as it plays a very important role for the web developer.

To add comment in HTML document we use,

<!-- Anything written inside this angular bracket will not be shown on web page >

Similar questions