What is universal css selector?
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; ................. }
Also Read: What are the Latest Features in Bootstrap 4
BY Best Interview Question ON 24 Aug 2019