11. Adding images

I am having the same problem on the “Adding images” lesson . The task says:
Add a second image below the first one. (Make sure it’s before the closing tag!

but it doesn’t work when I add a second image.
I wonder what am I missing… here is my code

<!DOCTYPE html>
<html>
	<head>
		<title></title>
	</head>
	<body>
		<img src="https://s3.amazonaws.com/codecademy-blog/assets/f3a16fb6.jpg" />
		<img src="https://s3.amazonaws.com/codecademy-blog/assets/ninja_zpsa5dbe37a.jpg" />
	</body>
</html>

Hi can you try on other browser …because your code is right or try to refresh the page .

He’s right. I used the exact same code. When I did this exercise, I had to try it in a different browser. :slight_smile:

Your code is right, try it again on another browser…

Thanks a lot for your advice!
I am using Chrome normally. I tried IE and it didn’t work again…

Then, I tried resetting the code and inserting a new image with another link and it worked.
I am guessing maybe something was wrong with the text of the link…

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