I think my code is correct, but the “your 'img src=”…"/>’ tag is missing the ‘src’ attribute" message keeps showing up…
<!DOCTYPE html>
<html>
<head>
<title>images</title>
</head>
<body>
<img src="https://s3.amazonaws.com/codecademy-blog/assets/f3a16fb6.jpg" />
<img scr="https://s3.amazonaws.com/codecademy-blog/assets/ninja_zpsa5dbe37a.jpg" />
</body>
</html>