How do we add multiple declarations to a CSS rule?

By adding each additional declaration on a new lineBy adding one after the other on the same lineBy creating another CSS ruleBy adding another style attribute

We can add as multiple declarations to a CSS rule on the next line.