1. The Web's Skeleton
Course 4What 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>
🏗️✨
Website Built!
You know your HTML tags!