Course Overview
HTML (HyperText Markup Language) is the backbone of every website on the internet. In this course, students will learn to structure web pages from scratch — understanding how browsers interpret tags, how content is organised, and how to create fully functional web pages they can share with the world.
What You'll Learn
HTML Basics
- What is HTML and how browsers work
- Document structure: <html>, <head>, <body>
- Headings, paragraphs, and text formatting
- Comments and white space in HTML
Links, Images & Media
- Creating hyperlinks with <a> tags
- Embedding images and setting alt text
- Adding videos and audio to pages
- Absolute vs relative paths
Lists, Tables & Forms
- Ordered and unordered lists
- Building data tables with rows and columns
- Creating input forms and buttons
- Form validation attributes
- Dropdowns, checkboxes, and radio buttons
Semantic HTML & Page Structure
- Semantic tags: <header>, <nav>, <main>, <footer>
- Sections, articles, and asides
- Accessibility best practices
- Building a complete multi-page website