What is a CSS selector? A CSS selector is a part of CSS ruleset which to tells the browser which elements needs to be selected from the HTML to apply the CSS property. It selects elements based on id, class, type, attribute, etc. h1/*h1 is a CSS-sele...
deepgagan.hashnode.dev3 min read
No responses yet.