Beginner Frontend
HTML Fundamentals
Semantic markup, accessibility, and document structure.
The Building Blocks of the Web
HTML provides the structure and content that browsers render.
Semantic Elements
<header>,<nav>,<main>,<article>,<section>,<aside>,<footer>
Accessibility
- Always include alt text for images
- Use proper heading hierarchy
- Add labels to form inputs