Lesson 1 · Web Explorer
Tags, elements and structure.
HTML works by wrapping your content in labels that say what it is.
Want a paragraph? Wrap the words in paragraph tags. Want a heading? Wrap them in heading tags.
A tag comes in a pair: an opening tag and a closing tag with a slash. Together with the content between them, that's an element.
That's genuinely the whole idea. Everything else is learning which labels exist.
7 more parts in this lesson
Walkthroughs, code labs, mini-games and the checkpoint quiz unlock when you buy the course.