Learn HTML by Building a Cat Photo App - Step 2

Tell us what’s happening:
Describe your issue in detail here.
i don’t understand the concept of h1 h2

type or paste code here

Your code so far

<html>
  <body>

<!-- User Editable Region -->

    <h1/>CatPhotoApp</h2>
    

<!-- User Editable Region -->

  </body>
</html>

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/111.0.0.0 Safari/537.36

Challenge: Learn HTML by Building a Cat Photo App - Step 2

Link to the challenge:

As the directions say

" Below the h1 element, add an h2 element with this text:

Cat Photos

You need to keep the h1 the way the challenge gives, you should not change the closing h1 to an h2. Under the h1 you need to create the h2. It is going to be set up the same way as the h1, but the only difference is it will be h2.

Make sure you go back and change the h2 back to the h1 so it looks like

<h1>CatPhotoApp</h1>

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.