<!DOCTYPE html>
<html>
<head>
<title>Jeff</title>
</head>
<body>
<img src="https://s3.amazonaws.com/codecademy-blog/assets/ninja_zpsa5dbe37a.jpg"
<p> I am a ninja in my downtime!</p>
<ul>
<li>Interest</li>
<ul>
<li>learning to code</li>
<li>watching basketball</li>
<li>playing music</li>
</ul>
</li>
<li>Jobs</li>
<li>Favorite Quotes</li>
<li>Where I've Lived</li>
</ul>
</body>
</html>
Not sure what I am missing? Please help
sun21devil
#1
sam1o1
#5
you made three mistakes on line 17 you should close the first unordered and on line 18 you should put oredered list and close it on line 22 and the third mistake on the img link you forgot to close it .