These repositories are meant to be read, explored, and experimented with. They are reference points, not finished solutions.
HTML Core Elements
This repository focuses on the foundational building blocks of HTML.
It covers:
- Basic document structure
- Semantic elements like
header,nav,section, andfooter - Lists, links, and headings
- How hierarchy is created before any styling is applied
Open the HTML core elements repository
CSS Foundations
This repository builds on the HTML foundations and focuses on how CSS targets and styles elements.
It covers:
- External, embedded, and inline CSS
- Selectors and the cascade
- Spacing, color, and typography
- The relationship between reusable rules and specific overrides