Codecademy

Sign In Create Account
01/03
What Are Headings?

Headings are a way to order the content in the body in relative importance:

  • Most Important
  • Very Important
  • Important
  • Less Important
  • ... and so on.

You do this by using the heading tags.

Let's start with the <h1> tag which marks something as most important. For example, <h1>Most Important</h1>

Make the words 'Most Important' as more important than the other words in the body by using the h1 tag.

Stuck? Get a hint!Hint

Surround the text on line 8 with <h1> and </h1>. Don't forget to close your tag!

Save & Submit Code Reset Code View Preview
Back to editor
Back to editor
FULL PREVIEW

Start Here

Each lesson starts here. Read the explanation, then follow the instructions underneath. If you get stuck, you can click on the "Hint" for help.

Enter your Code

Type your response to the instructions here, in your code editor.

See What it Does

Here's where you can see how your code will render in your browser. This will update as you type.

Submit!

Ready to see if your code does what it should? Click "Save + Submit" to check your code!

Click "Save + Submit" to run your code! Your code’s output will pop up on the screen.

Sign in to Codecademy