Entry 1 — Web Development Notes
Today I reviewed HTML semantics and focused on:
- Choosing correct tags like
<section>,<article>,<nav>,<header> - Structuring content so screen readers understand the page hierarchy
- Keeping accessibility in mind when labeling controls
I also improved my CSS organization by using:
- Component-based styles
- CSS variables for consistent theming
- A mobile-first layout strategy
Finally, I refreshed JavaScript fundamentals such as event handling and DOM manipulation.