The grouping selector in CSS selects all the HTML elements with the same style definitions. This will be better to group the selectors, to minimize the code.

The comma is a grouping method, it selects all the matching nodes.

Example: div, span will match both <span> and <div> elements.

BY Best Interview Question ON 07 Mar 2020