InterviewSolution
Saved Bookmarks
| 1. |
Which of the following represents a comment?(a) /!– comments –!/(b) /! comments !/(c) /* comments */(d) None of the mentionedI had been asked this question during an interview for a job.My doubt stems from Miscellaneous CSS Constructs topic in chapter CSS Properties, Elements, Functions & Tables of CSS |
|
Answer» The correct choice is (C) /* comments */ |
|