It keeps saying oops try again.
<!DOCTYPE html>
<html>
<head>
<title>hey</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>
Try adding a space before the closing tag in the second image.
So this:
37a.jpg"/>
Should be:
37a.jpg" />
Just like you have in the first image
this worked ! thanks. is the space actually needed ?
For HTML5 nope but this course was created awhile back and the SCT checker is checking for XHTML
system
closed
#5
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.