selectors in CSS
Feb 21, 2023 · 2 min read · Universal Selector(*for whole document): In the universal selector, we use the * symbol. star (*) means the whole document. The universal selector (*) selects all HTML elements on the page. Syntax: Input: Output: 1. Individual Selector: T...
Join discussion