Register Now

Login

Lost Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Which property is similar to C/C++ can be applied to comments?

a) for loop
b) while loop
c) ifelse
d) switch case

Answer: c
Explanation: 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.

Join The Discussion