✅ Week 1: HTML Basics
🔑 Concepts
- HTML page structure
- Headings, paragraphs, links
- Lists: ordered, unordered
- Images and alt text
- Tables and basic forms
- Semantic elements (
<main>, <section>, etc.)
✅ Tasks
- [ ] Create an “About Me” page
- [ ] Create a table of students with marks
- [ ] Build a contact form
- [ ] Layout a semantic blog page
✅ Week 2: CSS Basics + Layout
🔑 Concepts
- CSS syntax and selectors
- Box model
- Colors and units (
px, em, %)