InterviewSolution
Saved Bookmarks
| 1. |
13)In H1{ color : green } syntax which one of them is the selector?A)color b){ } c)H1 d): |
|
Answer» C) H1 Explanation: A CSS SELECTOR is the PART of a CSS style call that identifies what part of the web page should be styled. The selector contains one or more properties that DEFINE how the selected HTML will be styled. |
|