Build a Cat Photo App - Step 3

Tell us what’s happening:

On this and the two previous steps it hasn’t been accepting my answer even though the HTML is clearly correct!! what the hell is the problem

Your code so far

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

<!-- User Editable Region -->

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

<!-- User Editable Region -->

  </body>
</html>

Your browser information:

User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:136.0) Gecko/20100101 Firefox/136.0

Challenge Information:

Build a Cat Photo App - Step 3

Hi there and welcome to our community!

You have unnecessary spaces on either end of the text inside your p element. Remove them and you should pass.

1 Like