Need help with step 1 of RPG game

I am running into the same issue, and my code has the closing >.

After my first attempt, I copy and pasted your boiler plate from Basic HTML5 Template: Use This HTML Boilerplate as a Starter for Any Web Dev Project

It still did not accept my answer.

I have created your own topic for you.

We will need to see your code in order to help you

Please post it here

When you enter a code block into a forum post, please precede it with a separate line of three backticks and follow it with a separate line of three backticks to make it easier to read.

You can also use the “preformatted text” tool in the editor (</>) to add backticks around text.

See this post to find the backtick on your keyboard.
Note: Backticks (`) are not single quotes (').

Thank you. Here’s my code:

<!DOCTYPE html>
<html lang = "en"> 
  <head>
    <meta charset = "UTF-8">
    <meta name= "viewport" content= "width=device-width, initial-scale=1.0">
    <title>RPG - Dragon Repeller</title>
    <link rel = "stylesheet" href = "styles.css">
  </head>
  <body>
  <div id = "game"></div>
  </body>
</html>

I have also attached a picture of the feedback that step 1 gives me.

You will need to remove the spacing issue here to pass

1 Like

Thank you! It worked.

2 Likes

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.