Which example below demonstrates the most efficient way to specify the same property:value pairs for multiple selectors in a CSS file?
a) Using inline styles
b) Specifying each property:value pair separately
c) Grouping selectors with the same property:value pairs
d) Using IDs instead of classes

Q&A Education