Tell us what’s happening:
Describe your issue in detail here.
Your code so far
<html>
<body>
<!-- User Editable Region -->
<h1>CatPhotoApp</h1>
<h2>Cat Photos</h2>
<!--TODO: Add link to cat photos-->
<p>Click here to view more cat photos</p>
<!-- User Editable Region -->
</body>
</html>
Your browser information:
User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0
Challenge: Learn HTML by Building a Cat Photo App - Step 4
Hello, I’m not sure on why my code is not correct. I keep on getting the hint “Your comment should be above the p element. You have them in the wrong order.” However my comment is above the p element so I am a bit confused.
your code is not the newest version that fCC is using.
Can you click the reset button (it looks like an arrow turning) and then force your browser to refresh by pressing CTRL-F5 at the same time?
Then you can redo the step? The problem is that the paragraph element you have at the moment is old and it is confusing the fcc test.