Computer Science, asked by anitasony, 5 hours ago

discuss the syntax for writing the style rule? ​

Answers

Answered by Anonymous
1

Explanation:

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 ItzMissMagician
2

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.

Similar questions