Day 1: The Skeleton (Structure & Syntax)
Start here. Learn the basic structure of every webpage: The Doctype, HTML, Head, and Body tags.
Day 2: Text Formatting & Headings
Content is king. Learn how to structure your text with headings and format it with bold, italic, and emphasis.
Day 3: Links & Lists
The 'Hyper' in HTML. Learn how to create links between pages and organize content into ordered and unordered lists.
Day 4: Working with Images & Media
A picture is worth 1000 words. Learn how to embed images, audio, and video into your webpage.
Day 5: Tables for Data
Organize information effectively. Learn how to structure data into rows and columns using HTML tables.
Day 6: Forms & Inputs
Get user input. Learn how to build contact forms, login screens, and surveys using input fields and buttons.
Day 7: Semantic HTML
Stop using Divs for everything. Learn how to use Semantic Elements like Header, Nav, Main, and Footer to give meaning to your layout.
Day 8: Metadata & SEO
Be found on Google. Learn how to use the Head tag, Meta descriptions, and Open Graph tags to control how your site looks in search results.
Day 9: Native HTML5 Features
You don't need JavaScript for that. Discover powerful native elements like Dialog (Modals), Details (Accordions), and Progress bars.
Day 10: Accessibility & Final Project
Build for everyone. Learn the basics of A11y (Accessibility) and combine everything you've learned to build a complete landing page.