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>

<!-- User Editable Region -->

    <h1>CatPhotoApp</catphotoapp>
    

<!-- User Editable Region -->

  </body>
</html>

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/116.0

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

Link to the challenge:

You shouldn’t touch the h1 tag from the first heading. Reset the step and add a new heading under the first one but this time with opening and closing h2 tags with the text ‘cat photos’ in btw.
example:
<h2>my text</h2>

1 Like

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