Lesson 1 of 5
Your first heading
A web page is written in HTML: tags between angle brackets that give every piece of content a role.
The <h1> tag is the page's big heading. You open it with <h1> and close it with </h1>.
<h1>Red pandas</h1>
🎯 Your mission
Create your superfan page! Add a big <h1> heading with the thing you love most (an animal, a game, a sport…).
index.html
Loading editor…
Preview
Run your code to see your page here.