It is used to select any type of elements in an HTML page. An asterisk ( * ) is used to denote a universal CSS selector. This is useful when we want to set a style for of all the elements of an HTML page.

Syntax : * { CSS-Property: value; ................. }

BY Best Interview Question ON 24 Aug 2019