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
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.