CSS Selectors
In this HTML, you want to do background color of div to be blue
background-color: blue;
How will the CSS will get to know that about which element's background color you are intending to change? Which element are you 'selecting' ?CSS selectors solve ...
css-selectors-guide.hashnode.dev3 min read