CSS Selectors 101: Targeting Elements with Precision
Why CSS selectors are needed
HTML creates elements on a page, but CSS needs a way to choose which elements to style.
A browser looks at a webpage and asks:
“Which elements should I apply this style to?”
CSS selectors are the answer to that question...
anants11-frontend.hashnode.dev3 min read