HTML
HTML Basics
HTML is the foundation of the web. These lessons will teach you how to structure web pages using elements, documents, and semantic markup.
1234567
Introduction to HTML
5 min read
Learn what HTML is and why it's the foundation of every web page.
Document Structure
6 min read
Understand how an HTML document is structured with head, body, and semantic elements.
Headings & Text
5 min read
Structure your content with headings, paragraphs, bold, italic, and other inline elements.
Lists
5 min read
Organise content with unordered, ordered, and description lists — and nest them too.
Links & Navigation
5 min read
Connect pages together using anchor tags and learn about relative vs absolute URLs.
Images
6 min read
Embed images with the img element, write good alt text, and use figure and figcaption.
Form Elements
7 min read
Build forms with inputs, labels, buttons, and more to collect data from users.