Image problem (error message)

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

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

<Below this line, in what way does your code behave incorrectly? Include ALL error messages.>




Replace this line with your code. 


I think I have write a correct code, but error message still show "Oops, try again" ? Please advise.


@clementlam,
The img-Tag is a so-called self-closing-HTML-Tag

<img src="your-link" />

(take notice of the space-character after the =src=-string )

AND
try to use the link

https://codecademy-discourse.s3.amazonaws.com/original/4X/9/4/f/94f4ba582240a454f7db9525a4d0add161f22dfc.png

in your first image, /> is missing at your first image, and in both images you should have a space between .jpg" and />

1 Like

you forgot to close your 1st img src tag with: / >

3 posts were split to a new topic: [solved]11.image problem

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