I´m trying to pass this level of the free code course, but I keep getting an error message.
Here is the full code:
<html>
<body>
<main>
<h1>CatPhotoApp</h1>
<h2>Cat Photos</h2>
<!-- TODO: Add link to cat photos -->
<p>See more cat photos in our gallery.</p>
<img src="">
<img src="">
<!-- User Editable Region -->
<img src="https://cdn.freecodecamp.org/curriculum/cat-photo-app/relaxing-cat.jpg">
</main>
<!-- User Editable Region -->
</body>
</html>
I´m usign google chrome without problems with any other course level.
Challenge: Learn HTML by Building a Cat Photo App - Step 8
Link to the challenge:
I will really appreciate if someone could tell me if it is an error in the page or in my code. thank you.