How do we add multiple declarations to a CSS rule?
- By adding each additional declaration on a new line
- By adding one after the other on the same line
- By creating another CSS rule
- By adding another style attribute
We can add as multiple declarations to a CSS rule on the next line.