Learn HTML by Building a Cat Photo App - Step 5

Tell us what’s happening:
Hi everyone, Im stuck at this stage

Your code so far

<html>
  <body>

<!-- User Editable Region -->

  <main>
    <h1>CatPhotoApp</h1>
    <h2>Cat Photos</h2>
    <!-- TODO: Add link to cat photos -->
    <p>Click here to view more cat photos.</p>
  </main>

<!-- User Editable Region -->

  </body>
</html>

Your browser information:

User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36

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

Link to the challenge:

@ghostgrl welcome to the community!

At a glance, your solution is correct.

So, I tried copying and pasting your solution to the challenge editor and it did fail. :thinking: But manually typing it though, will pass no problem. :exploding_head:

Did you manually type the solution? Or, you copy and pasted from somewhere, e.g. VS Code?

i typed it on my own! ive reset the test plenty times as well. :smiling_face_with_tear:

I see. Can hard reload the page (Ctrl + Shift + R) and then reset the step?

If it still doesn’t work try to use another web browser (i.e., Brave, Firefox, Chrome, etc.) aside from the one that you’re currently using.

hello and welcome to fcc forum :slight_smile:

  • you have changed initial “p” text content

i would recommend you to “restart” this step and simply enclose existing tags within a “main” tag as its says in instructions, happy learning :slight_smile:

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