-
Which property is similar to C/C++ can be applied to comments?
-
- while loop
- ifelse
- switch case
- for loop
- None of these
Correct Option: B
We can add conditional comments in our web page using if and endif, e.g. <!–[if age 9]>..text….<![endif]–>, there is no provision of “for” or “while” loop in HTML, same apply with switch case also.