Module 05
Web Development Basics
Build Your Own Website
Learn HTML, CSS, and JavaScript to build static websites. No frameworks, no Node.js, just files that work offline.
0 of 12 weeks complete0%
Learning Objectives
- Explain how websites work at a basic level
- Write valid HTML to structure a page
- Write CSS to style a page
- Write basic JavaScript for simple interactivity
- Build a multi-page static website
Glossary
- HTML
- The language that structures web page content.
- CSS
- The language that styles how pages look.
- JavaScript
- The language that adds behavior and interactivity.
- DOM
- The page structure that JavaScript can read and change.
- Flexbox
- A CSS tool for arranging items in rows or columns.