Computer Science, asked by deshdeepakjaisw5973, 8 months ago

The _______ element is used to insert comments in a web page

Answers

Answered by sentho543
1

Answer:

HTML

Explanation:

Answered by smartbrainz
1

The <!--  --> element is used to insert comments in a web page.

  • Comments are added to program code by programmers, in order to explain the code. In HTML comments can be added within <!--  --> tag. Comments make the code easy to understand.
  • Anything written within this tag is ignored by the browser and hence, not visible on the web page.
  • Comments used in an HTML files are called as HTML comments.
  • The comment tag has another significant use, since comments are not visible on the web page, they are used for debugging and documentation.
  • The comment tag allows us to insert multi line comments as well.

To know more about comment tag, visit:

https://brainly.in/question/8152454

Similar questions