Topic: CSS Selectors + Lists, Links, Images & Text Alignment


❓ Essential Question

How do HTML and CSS work together to structure and style a webpage, and how do lists, links, images, and text alignment help organize content for real users?


⭐ Key Ideas


🔑 Vocabulary

Selector — The part of CSS that targets elements.

Property — The style category being changed.

Value — The specific style applied.

Class (.) — A reusable label for styling multiple elements.

ID (#) — A unique label used once.

<ul> — Unordered list (bullets).