This forum is now read-only. Please use our new forums! Go to forums

banner
Close banner
0 points
Submitted by KAROL
over 9 years

it works but I still have an error

Here is my code:

    <img src="http://s3.amazonaws.com/codecademy-blog/assets/f3a16fb6.jpg" />
    
    <img src = "http://s3.amazonaws.com/codecademy-blog/assets/ninja_zpsa5dbe37a.jpg" />

And i still have that error:

Oops, try again. Your tag needs an image url in place of the ... how to solve this? :)

Answer 53feadf47c82ca5dd3000a04

2 votes

Permalink

I solved this by just adding a space before the “/>” Just copy paste this over your own body tags. `

`
points
Submitted by Adrian
over 9 years

3 comments

Baldvin Ómar over 9 years

thanx it was driving my nuts

bobbyperson over 9 years

THANK U SO MUCH

s117635 over 9 years

OMG THNX SO MUCH :D

Answer 5419ab4852f863b8e7003436

1 vote

Permalink

This Works and will at least give you a Green Light. As we see by the comments in this Q&A many a correct syntax is rejected by this exercise looking for /> when it is in the markup and laid out properly.

    <!DOCTYPE html>
    <html>
        <head>
            <title></title>
        </head>
        <body>
            <img src="http://s3.amazonaws.com/codecademy-blog/assets/f3a16fb6.jpg" />
            <img src="http://s3.amazonaws.com/codecademy-blog/assets/f3a16fb6.jpg" />
            <img src="http://s3.amazonaws.com/codecademy-blog/assets/f3a16fb6.jpg" />
            <img src="http://s3.amazonaws.com/codecademy-blog/assets/f3a16fb6.jpg" />
            <img src="http://s3.amazonaws.com/codecademy-blog/assets/f3a16fb6.jpg" />
        </body>
    
</html>
points
Submitted by Bob Armstrong
over 9 years

Answer 53fda356282ae325ce001422

0 votes

Permalink

same here

points
Submitted by Baldvin Ómar
over 9 years

Answer 53fdf129548c35a5f8000101

0 votes

Permalink

Same, must be a site glitch. I have mine now just saying “oops try again” with no reason for why I can’t pass the lesson. I would suggest moving on and not worrying about it, that’s what I did.

points
Submitted by dholzman
over 9 years

Answer 53fe07e780ff331d3600038a

0 votes

Permalink

Same problem here.

<body>
    <img src="http://s3.amazonaws.com/codecademy-blog/assets/f3a16fb6.jpg" />
    <img src="http://s3.amazonaws.com/codecademy-blog/assets/ninja_zpsa5dbe37a.jpg"/>
</body>
points
Submitted by ko rock
over 9 years

Answer 53fe4a1880ff33d06900126c

0 votes

Permalink

Yep. Same problem.

points
Submitted by Liz H
over 9 years