CSS Selectors
Why we need CSS Selectors?
we write inline CSS, in that case we don’t need CSS selectors. But in big software inline CSS is too messy so, we use external css by <style> tag or stylesheet link in HTML. In those cases we need to target HTML elements to...
matrixnas.hashnode.dev2 min read