HTML HOME
Welcome to the HTML track
HTML (HyperText Markup Language) is the foundation of every web page. In this track you will learn how documents are structured, how browsers render content, and how to write accessible markup.
What you will learn
- Document structure with
<!DOCTYPE>,<html>,<head>, and<body> - Headings, paragraphs, links, and images
- Lists, tables, and forms
- Semantic elements such as
<main>,<nav>, and<article>
Tip: Keep the MDN HTML reference open while you practice.