CSS — Cascading Style Sheets
CSS styles HTML pages — colors, fonts, spacing, positioning.
Ways to Apply CSS
CSS Syntax & Selectorsselector { property: value; }\np { color: red; }\n.myClass { background: blue; }\n#myId { margin: 20px; }
Test your M2-R5.1 knowledge with MCQs!