Add the missing paragraph tag.

 <body>
  <h1>Cinema listings</h1>
  <p>
  Casablanca
  </p>
 </body>
</html>]]>

The opening <p> tag is missing.