Problem with placing an image below another image

<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.>
I am currently having trouble with this problem. I want to add an image below the rubber duck image. I add the next image tag with the src included and the message says “Oops try again”. I even included a break tag before the second image so it can be below the rubber duck. I don’t understand how I am getting this error. I have the code I used to submit this problem below. What am I doing wrong?
https://www.codecademy.com/courses/web-beginner-en-HZA3b/2/3?curriculum_id=50579fb998b470000202dc8b

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

``` Pictures
<img src="https://s3.amazonaws.com/codecademy-blog/assets/f3a16fb6.jpg"      />
<br>

</body>
<do not remove the three backticks above>

Actually it’s not your fault.your code is just fine.
but here in codecademy you just need a space(not more than one) between .jpg" and /> for both <img> tags.

1 Like

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