Learn HTML by Building a Cat Photo App - Step 29

Why is it not letting me move on? I put the image in the image in the figure, can’t see where I’m messing up.

Welcome to the forum @Cromarto

So the forum can assist please post your full code.

Use the following method to post code to the forum:

  1. On a separate line type three back ticks.
  2. On a separate line paste your code.
  3. On the last line type three back ticks. Here is a single back tick `

Happy coding

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

Moving onto the next step is better than this forum. You can see the correct code and compare it to yours. Just figured that one out. Also it was because of the period at the end.

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

Hi! Just remove the last dot and it will pass

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