Full-Stack JavaScript: From Browser to Backend Mastery
Explore the language, frameworks, and architectures that power the modern web.
Part I: Foundations (HTML, CSS, Core JS)
HTML5 essentials: semantic tags, forms, accessibility. CSS3 essentials: box model, flexbox, grid, responsive design.
Learning Objectives
- Create a semantic HTML page
- Use CSS Grid/Flexbox for responsiveness
- Project: Build a responsive portfolio landing page with text, images, and a contact form.
Test Your Knowledge
Resources
reading
MDN – HTML basics
View Resourcereading
MDN – CSS layout
View Resource