Tell us what’s happening:
I’ve checked the code multiple times and reset it completely on a few occasions. However, the tester keeps insisting there is a typo in my URL and/or that I left out the element. Not sure what’s going on. Please help.
Your code so far
<html>
<body>
<main>
<h1>CatPhotoApp</h1>
<h2>Cat Photos</h2>
<!-- TODO: Add link to cat photos -->
<p>Everyone loves cute cats online!</p>
<!-- User Editable Region -->
<img src= “https://cdn.freecodecamp.org/curriculum/cat-photo-app/relaxing-cat.jpg”>
<!-- User Editable Region -->
</main>
</body>
</html>
Your browser information:
User Agent is: Mozilla/5.0 (iPad; CPU OS 26_2_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/145.0.7632.108 Mobile/15E148 Safari/604.1
Challenge Information:
Build a Cat Photo App - Step 8