Learn HTML by Building a Cat Photo App - Step 2

Tell us what’s happening:
Describe your issue in detail here.

Your code so far

<html>
  <body>
   <h5>Cat Photos</h5>
  </body>
</html>

Your browser information:

User Agent is: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36

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

Link to the challenge:

try to click on “Restart Step” button to reset the code.
Then follow the instructions carefully.

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

Cat Photos

Notice how they do not want you to delete the h1 element.
They just want you to add a line beneath it then add new element on that line for h2
(exactly the same as h1 but it is called h2 because it is smaller in size)

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