All notes

These short posts summarize key ideas from CSE 134B: HTML/CSS, forms, validation, and progressive enhancement.

HTML & CSS Basics

Notes on basic document structure, semantic tags, and styling.

Read note →

Forms and Validation

Key ideas from building form-no-js and form-with-js in CSE 134B.

Read note →

Progressive Enhancement

Why we always start with solid HTML/CSS before layering on JavaScript.

Read note →