Complete the cinema listings page.

<html>
 <body>
  <h1>Cinema listings</h1>
  <p>
  The Thing
  </p>
 </body>
</html>]]>

We'll need to start with <body>, then <h1> and </h1>, and finally the closing </p>.