Website Developer Question:

Do you know what Is Grouping In CSS3?

Tweet Share WhatsApp

Answer:

Grouping makes it possible to apply the same style to multiple HTML elements (Classes/Tag/ID) within a single declaration. It happens by specifying all the selectors separated by commas.

#page p, ul { padding-top: 10px; margin: 0; }

Download Website Developer PDF Read All 80 Website Developer Questions
Previous QuestionNext Question
Explain me what Is The Use Of Float Property In CSS?Tell me what Is The Difference Between LocalStorage And SessionStorage Objects?