A css style rule is made up of three parts which are
Answers
Answered by
3
A CSS rule-set consists of a selector and a declaration block: The selector points to the HTML element you want to style. The declaration block contains one or more declarations separated by semicolons. Each declaration includes a CSS property name and a value, separated by a colon.
Answered by
0
Answer:
A CSS style rule is made up of three parts which are
i) Selector
ii) Property
iii) Value
Explanation:
A selector and a declaration block make up a CSS rule set: The selector identifies the HTML element that needs to be styled. One or more declarations are separated by semicolons in the declaration block. A colon separates the name of the CSS property and its value in each declaration.
#SPJ2
Similar questions