1. The Web's Skeleton

Course 4

What is HTML?

HTML is the Skeleton of every website! It tells the browser what to show.

Tags are like Labels:

We use Tags to label things.
<h1> is for a Big Headline.
<p> is for a Paragraph of text.

💀🌐

🎮 Mini Game: Build the Skeleton

Drag the tags to the right spots to build a simple webpage!

<h1>Headline</h1>
<p>Text</p>
<img>
<button>Click</button>
⬅️ Courses