Website Developer Question:

Download Job Interview Questions and Answers PDF

Do you know what Is Grouping In CSS3?

Website Developer Interview Question
Website Developer Interview Question

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 Interview Questions And Answers PDF

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?