Oops, try again

I’m so lost. I don’t understand what’s wrong with my code. Especially when I can see the image uploaded correctly.

```
	<img src="https://s3.amazonaws.com/codecademy-blog/assets/ninja_zpsa5dbe37a.jpg"/>
</body>

Replace this line with your code.

<do not remove the three backticks above>

you need a space between .jpg and />, it is xml syntax

2 Likes

It worked! Thank you!