<!doctype html> <meta charset=utf-8> <title>Hello, world</title> <h1>Hello, world</h1> <p>This is a paragraph about HTML. <ul> <li>Bullet point <li>Bullet point </ul>
Not closing <li> is good, but I'd avoid it for <p>.