Learn how HTML & CSS work from the ground up. Build tags, nest elements, and write your first styles.
Learn how tags open and close — like lids on a box.
Learn the different heading sizes and how paragraphs work.
Put tags inside other tags — boxes inside boxes.
Add extra info to your tags with attributes.
Connect a stylesheet to your HTML page.
Learn the anatomy of a CSS rule: selector + declaration block.
Explore common CSS properties: color, font-size, background, and more.
Target specific elements with element, class, and ID selectors.
Write both HTML and CSS together to build styled pages.
Organize data into rows and columns — like a spreadsheet built right into your webpage.
Collect user input with form elements: text fields, buttons, dropdowns, and more.
Discover why meaningful HTML tags matter more than wrapping everything in <div>.
Combine everything you've learned — tags, nesting, attributes, and CSS — to build a complete personal profile page from scratch.
Step-by-step guide to creating a real HTML & CSS webpage on your own computer.