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</h1>
    <h1>Cat PhotoApp<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/116.0.0.0 Safari/537.36

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

Link to the challenge:

Hello and welcome to our forum.
Check your code for the following mistakes.

  1. You should have an h2 element, in your case you have both h1 and h2
  2. Make sure you open and close your elements.
  3. Use the text provided in the lesson, do not use your own.

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