Add the right snippets to make the headings.

<body>
  <h1>Video games</h1>
  <h2>Console games</h2>
  <h2>Mobile games</h2>
</body>
</html>]]>

We need the matching <h1>, <h2>, and <h2> tags.