1.

ID selector name is preceded by __________(a) ‘.’(b) ‘%’(c) ‘#’(d) ‘@’

Answer» The correct choice is (c) ‘#’

To explain I would say: In CSS class selector name is preceded by a full stop (‘.’) and ID selector name is preceded by hash character (‘#’).


Discussion

No Comment Found