Saved Bookmarks
| 1. |
Each style rule is made up of a ________. |
|
Answer» Answer: Selector Explanation: A CSS RULE is interpreted by the BROWSER and then APPLIED to the corresponding elements in our HTML document. A style rule is composed of THREE parts: Selector − is used to “find” (or select) HTML elements based on their element name, id, class, attribute, and more. Property − is a type of style of the CSS |
|