Computer Science, asked by catchzaara, 6 months ago

why are comments added in an html program? explain

Answers

Answered by shaniyathakur177
1

Answer:

The comment tag is used to insert comments in the source code. Comments are not displayed in the browsers. You can use comments to explain your code, which can help you when you edit the source code at a later date. This is especially useful if you have a lot of code.

Answered by AADHAV07
1

Explanation:

The comment tag is used to insert comments in the source code. Comments are not displayed in the browsers. You can use comments to explain your code, which can help you when you edit the source code at a later date. This is especially useful if you have a lot of code.

Similar questions