CSS Selectors 101 : Targeting Elements with Precision
Selectors are the bridge between HTML and CSS. Without selectors, CSS would not know where to apply styles.
Why Do We Need CSS Selectors ?
Imagine you have a webpage with :-
Many paragraphs
Many headings
Many buttons
Now imagine writing CSS like...
sagarpatra.hashnode.dev2 min read