-
A
< -
B
-
C
-
D
- Share this MCQ
Answer:
B
Share this MCQ
Browsers will ignore comments in a code, and comments are used to add notes or explanations to the code for the benefit of the developer or other users who may be reading the code.
There are two types of comments in HTML: single line comments, which are denoted by the characters, and multiple line comments, which are denoted by the /* and */ characters.
To add a comment in the code, you can place the text between these characters and it will not be visible in the user's browser.
Comments are a useful tool for organizing and documenting code, and they can help make it easier to understand and maintain.
Share this MCQ