Each style rule is made up of a ________.
Answers
Answered by
0
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
Similar questions