- Relearn CSS layout: Every Layout
- Bruce Lawson : The practical value of semantic HTML
- Write HTML Like It’s 1999 · Bradley Taunt
- How to Section Your HTML | CSS-Tricks - This is a fascinating piece on Document Sectioning and the Outline Algorithm.
- An Introduction to Accessible Labeling | a11y with Lindsey
- Practical CSS Scroll Snapping | CSS-Tricks - I played a little with scroll-snapping back in its early days. The experience was unpredictable and a bit janky, but it seems like it might be worth another look for some projects.
- 3 Simple Tips to Improve Keyboard Accessibility | a11y with Lindsey
- CodePen - CSS Grid: Coupons! - I’ve been trying to do this kind of thing more often - seeing layouts in real life and recreating then in HTML and CSS. Grid and Flexbox are so powerful for doing this.
- An Introduction to ARIA States | a11y with Lindsey