Tell us what’s happening:
Describe your issue in detail here.
**Your code so far**
<h2>catphotoapp</h2>
<main>
<img src="https://bit.ly/fcc-relaxing-cat"alt="an adorable kitten upside-down"/>
<p>Kitty ipsum dolor sit amet, shed everywhere shed everywhere stretching attack your ankles chase the red dot, hairball run catnip eat the grass sniff.</p>
<p>Purr jump eat the grass rip the couch scratched sunbathe, shed everywhere rip the couch sleep in the sink fluffy fur catnip scratched.</p>
</main>
**Your browser information:**
User Agent is: Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36
This is the correct one from the instructions
Now set the src attribute so that it points to the url https://cdn.freecodecamp.org/curriculum/cat-photo-app/relaxing-cat.jpg
Can you post your latest code in the forum?
When you enter a code block into a forum post, please precede it with a separate line of three backticks and follow it with a separate line of three backticks to make it easier to read.
You can also use the “preformatted text” tool in the editor (</>) to add backticks around text.
OK. First of all, thank you for helping me. I didn’t understand anything from your last post. I’m sorry for this. My problem:
First of all, when I looked at the questions and answers on this topic in the forum, I was told that this code was correct. <img src=https://bit.ly/fcc-relaxing-cat" alt=“relaxing cat”/> . When I write this code, a very cute kitten picture appears on the right. No problem. My main problem is that “the picture is a kitten” must have a src attribute indicating that it is “official”. (I removed the comma because the picture came out)