Website Developer Question:
Download Job Interview Questions and Answers PDF
Do you know what Is Grouping In CSS3?
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; }
#page p, ul { padding-top: 10px; margin: 0; }
Download Website Developer Interview Questions And Answers
PDF
Previous Question | Next Question |
Explain me what Is The Use Of Float Property In CSS? | Tell me what Is The Difference Between LocalStorage And SessionStorage Objects? |