Line At A Time
HTML

HTML

Markup languageRuns in every browserNo installs needed

HTML (HyperText Markup Language) is what web pages are made of. It isn't a programming language: instead of instructions that run, you write tags that describe what is ON the page: headings, paragraphs, lists, links and buttons. Every website you have ever visited is HTML underneath, which makes it the friendliest place to start building things you can actually see. It pairs naturally with JavaScript (and later React), which is what makes HTML pages come alive.

First released
1991
Created by
Tim Berners-Lee, inventor of the World Wide Web
Fun fact
Right-click any website and pick "View page source" to see its HTML

Where you'll see it

Every web page on EarthEmails & newslettersThe skeleton React builds onYour first website

Courses