Greetings.
I just get the error : Oops, try again. Your tag needs an image url in place of the
...
Help me fix it.
Code:
<!DOCTYPE html>
<html>
<head>
<title>Images</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>