What is CSS style rule? How do you define it?
Answers
Answered by
12
hello ♥️
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.
hope it helps ♥️
Answered by
10
Answer:
CSS is basically a Cascading Style Sheet it is basically used to make attractive and colourful view pages of web we implement this into HTML pages by three types : 1. internally 2nd. externally 3. inline
Explanation:
Similar questions