Discuss the syntax for writing the style rule.
Style.
Answers
Answered by
25
Answer:
The CSS syntax consists of a set of rules. These rules have 3 parts: a selector, a property, and a value. You don't need to remember this in order to code CSS. Once you start coding CSS, you'll do so without thinking "this is a selector" or "that is a property".
The selector points to the HTML element you want to style. Each declaration includes a CSS property name and a value, separated by a colon. ... Multiple CSS declarations are separated with semicolons, and declaration blocks are surrounded by curly braces.
if it is correct. please mark it as a brainliest
Answered by
5
Answer:
CSS syntax is a short answer
Similar questions