Course
Web Development Fundamentals
7 lessons·2 modules·— total·0 students·Documentary
About this course
Master HTML, CSS, and JavaScript from zero to building your first web app. This course covers everything you need to start your web development journey — from structuring pages with HTML, styling with CSS, to adding interactivity with JavaScript.
web-devhtmlcssjavascriptbeginner
Curriculum
1.Introduction to HTML
2 resourcesLearn the building blocks of the web. We'll cover HTML tags, document structure, and how browsers render pages.
2.HTML Forms and Inputs
Build interactive forms with text inputs, buttons, checkboxes, radio buttons, and dropdowns.
3.CSS Basics — Selectors and Properties
1 resourceStyle your pages with CSS. Learn selectors, the box model, colors, typography, and layout basics.
4.Flexbox and Grid Layout
2 resourcesMaster modern CSS layout with Flexbox for 1D layouts and CSS Grid for 2D layouts.