Learn HTML by Building a Cat Photo App - Step 5 - nSlwD6-DIBWf22ekPngZt

Tell us what’s happening:
Describe your issue in detail here.
I’m finding it difficult to move on to the next step, it keeps telling me my code does not pass after inserting the main tags
,pls what’s wrong
Your code so far

<html>
<body>
  <h1>CatPhotoApp</h1>
<main>
  <h2>Cat Photos</h2>
  <!-- TODO: Add link to cat photos -->
  <p>Click here to view more cat photos</p>
</main>
</body>
</html>
  **Your browser information:**

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

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

Link to the challenge:

Hi

Your code passes the tests for me.

Safari has been causing this kind of problem on some of the challenges in the new curriculum.
So, if you’re using Safari, it might be best to try a different browser.

Otherwise, try clearing the browser cache and/or disabling any browser extensions (e.g. ad blockers) or dark themes etc. as they can interfere with the tests.

I’m using a Chrome browser. it worked quite alright till i got to step five, what browser would be a better alternative pls?

you can also try to hard-refresh the page, and see if after that it works

I tested your code using Chrome so, as long as you have a reasonably up to date version, you shouldn’t need to change browsers.

Did you try clearing the cache, disabling extensions etc. ?

yeah, I just did that and it worked,thanks .

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