Intro to Selector - CSS
# What are Selectors?
Selectors are basicly used for purpose selecting HTML Element for giving CSS property to them.
## Types of Selectors:
Universal Selector
Element Selector
Class or ID Selector
Attribute Selector
#1. Universal Selector: ...
pallavarv.hashnode.dev2 min read