Favourite Games

Create a webpage about your favourite games.

  • Add the main heading My Favourite Games using <h1>
  • Add the name of your favourite game using <h2>
  • Add a paragraph explaining what the game is about
  • Add a paragraph explaining why you like it
<html>
    <head>
        <title>My Favourite Games</title>
    </head>

    <body>
        <h1>My Favourite Games</??>

        <??>Minecraft</h2>

        <?>Minecraft is a game where players can explore, build and survive.<??>

        <p>I like Minecraft because you can create your own buildings and worlds.</p>
    </body>
</html>