Image showing up in preview but code isn't working?

<PLEASE USE THE FOLLOWING TEMPLATE TO HELP YOU CREATE A GREAT POST!>

<Below this line, add a link to the EXACT exercise that you are stuck at.>

  1. Adding images.
    <In what way does your code behave incorrectly? Include ALL error messages.>
    The picture shows up but I get Oops, try again. Your tag needs an image url in place of the ...
```
	<img src= "https://s3.amazonaws.com/codecademy-blog/assets/ninja_zpsa5dbe37a.jpg" />
</body>
<do not remove the three backticks above>

Try removing the space character.

1 Like

The same problem happens with me here:

even without the space.

@boobalogne
Try it by adding a space-character before />
in your 2nd IMG HTML -Element
like

<img src="your https link" />

Although in the documentation


a closing-backslash is not needed…

Thanks. That worked :slight_smile: