Build a Cat Photo App - Step 4

Tell us what’s happening:

I am giving correct code only but it is telling wrong.Can you please help with this issue.

Your code so far


<!-- User Editable Region -->

<html>
  <body>
    <h1>CatPhotoApp</h1>
    <h2>Cat Photos</h2>
    <!--TODO: Add link to cat photos --><p>View more cat photos</p>    
    <p>Everyone loves cute cats online!</p>
  </body>
</html>

<!-- User Editable Region -->

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36

Challenge Information:

Build a Cat Photo App - Step 4

Welcome to the forum @sharada12 !

Did the instructions ask you to add this code?

Happy coding!

View more cat photos

yes

No. The instructions did not ask you to add that paragraph for Step 4. Where are you getting that from?

The code is giving by default.

<html>
  <body>
    <h1>CatPhotoApp</h1>
    <h2>Cat Photos</h2>
    
    <p>Everyone loves cute cats online!</p>
  </body>
</html>

This is the default code I’m seeing for Step 4.

Please reset the step and post a screenshot.

that is not the correct code for this step, you are not asked to add a new p element

can you please guide me with the code

Reset the step, happy coding

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