InterviewSolution
Saved Bookmarks
| 1. |
Which of the following represents a comment?(a) /!– comments –!/(b) /! comments !/(c) /* comments */(d) None of the mentioned |
|
Answer» The correct choice is (c) /* comments */ The explanation is: Comments can be placed within style sheets. Style sheets use the comment syntax used in C programming |
|