Got a question about<img src>

Tell us what’s happening:
Describe your issue in detail here.

Your code so far


<img src="https://cdn.freecodecamp.org/curriculum/cat-photo-app/relaxing-cat.jpg.">

Your browser information:

User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.4 Safari/605.1.15

Challenge: Step 8

Link to the challenge:

The solution here is a simple oversight. If you take a look at the link you are supposed to add to your <img src> you will notice that in the provided link the period (.) at the end is not highlighted. However, in your link, you included the period at the end after .jpg.

Thank you so much You solve my question!

You are welcome. This one was simple to understand the issue. However, in the future, where it says “Tell us what’s happening:” please describe your issue to the best of your ability. When the code gets long or everything looks right it can be hard to troubleshoot and assist you without this information.

1 Like

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.