<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>
<!-- 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 (Windows NT 10.0; Win64; x64; rv:123.0) Gecko/20100101 Firefox/123.0
You appear to have created this post without editing the template. Please edit your post to Tell us what’s happening in your own words.
Learning to describe problems is hard, but it is an important part of learning how to code.
Also, the more you say, the more we can help!
Hello! Welcome to the fCC forum.
Next time you create a post on the forum, remember to try explaining your issue.
Good job on your code so far. Your src link needs to be the value of the src, it should not be the text of the src
An src attribute needs to be followed by a = and then your link wrapped in quotation marks.
It should look similar to this: <img src="link">