Learn HTML by Building a Cat Photo App - Step 3

Tell us what’s happening:

My text is written with an error can’t see what the error it

Your code so far

<html>
  <body>
    <h1>CatPhotoApp</h1>

<!-- User Editable Region -->

    <h2>Cat Photos</h2>
    <p>
      <h3>Everyone loves cute cats online!</hA3>
      </p>

<!-- User Editable Region -->

  </body>
</html>

Your browser information:

User Agent is: Mozilla/5.0 (iPhone; CPU iPhone OS 16_5 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.5 Mobile/15E148 Safari/604.1

Challenge Information:

Learn HTML by Building a Cat Photo App - Step 3

Hi there. You have modified the h3 element. Reset the challenge step and add the required text between the paragraph p opening and closing tags.

1 Like

Please review your tags and see if there’s an issue there