CSS Selectors 101: Targeting Elements with Precision
Why CSS selectors are needed
HTML creates elements, but CSS needs a way to choose which elements to style.
Without selectors, CSS would be like:
So selectors are the address system of CSS.They tell CSS who should receive the style.
Think of selectors...
css-selectors-beginners.hashnode.dev3 min read