https://www.codecademy.com/courses/web-beginner-en-HZA3b/2/4?curriculum_id=50579fb998b470000202dc8b
Is this code not correct? It keeps telling me to make sure your tag has a href attribute inside the opening tag, but it looks correct to me. Help?
<!DOCTYPE html>
<html>
<head>
<title></title>
</head>
<body>
<a herf="http://codecademy.com"><img src="https://s3.amazonaws.com/codecademy-images/CC_Symbol_Blue.png"/></a>
<img src="https://s3.amazonaws.com/codecademy-blog/assets/ninja_zpsa5dbe37a.jpg" />
</body>
</html>