Computer Science, asked by supremesumit, 1 month ago

difference between- css selector and universal selector​

Answers

Answered by moonstar16098
2

Explanation:

In CSS, you generally want to be as specific as possible, so using the universal selector is often not the best approach to take. The Universal Selector * is going to apply the specific styles to every single element within the entire DOM, regardless of its tag.

Similar questions