You haven't closed many tags, like this:
You must end every tag, like this:
Try to close all tags and make opening tags for body and html:
Hope that helps.
Code:
<li>List item
You must end every tag, like this:
Code:
<li>List item</li>
Try to close all tags and make opening tags for body and html:
Code:
<body><html>
Hope that helps.