🎯 What you'll learn: What CSS is and how it works, the anatomy of a CSS rule, all ways to add CSS to HTML, type/class/ID/attribute selectors, combinators, pseudo-classes and pseudo-elements, the cascade and inheritance, and specificity — how the browser decides which style wins.
1-A 2-A 3-A 4-A | 5 css 6 declarations 7 = p { color: #333; } 8 = class = reusable; id = unique single element 9 = External file, <style> block, inline style attr | 10 = Reuse across pages, caching, separation of concerns