CSS Selectors 101: How CSS Knows What to Style
When I first started writing CSS, I just copied whatever I saw online.
p { color: blue; } — okay, that makes paragraphs blue. Fine.
But I did not actually understand why that worked. How does CSS know
anukiranghosh.hashnode.dev6 min read