InterviewSolution
Saved Bookmarks
| 1. |
Class selector is defines by period (.)in css true or false |
|
Answer» Class SelectorsMatch an element that has the specified class. To match a specific class attribute, we always start the selector with a PERIOD, to SIGNIFY that we are LOOKING for a class value. The period is followed by the class attribute value we WANT to match. |
|