* selects everything, including tags, classes, ids and eveything you can think of.
html, body only selects the body and the html tags.
1
solved What is difference between ‘*’ and ‘html, body’ as a selector in CSS syntax? [duplicate]
* selects everything, including tags, classes, ids and eveything you can think of.
html, body only selects the body and the html tags.
1
solved What is difference between ‘*’ and ‘html, body’ as a selector in CSS syntax? [duplicate]