Learn Basic JavaScript by Building a Role Playing Game - Step 1

Tell us what’s happening:

I have checked my code several times and even have seen a Youtuber use the same code but it still says it doesn’t passl. It says I need a link element when it is already present. I think the devs need to fix possible bugs going on here. It’s slowing down my learning and almost affecting my enthusiasm. It’s been like this for days. I even reached out on Twitter/X but to no avail.

Your code so far


<!-- User Editable Region -->

  <!DOCTYPE html>
  <html lang="en"></html>
    <head>
    <meta charset="utf-8">
    <title>RPG - Dragon Repeller</title>   
    <link rel="stylesheet" href="styles.css">
    </head>
  <body>
  <div id="game"></div>
  </body>

<!-- User Editable Region -->

Your browser information:

User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36

Challenge Information:

Learn Basic JavaScript by Building a Role Playing Game - Step 1

the html element should contain all the others you have written below

Thanks for that. It’s weird that the correction never mentioned that and said a link element was missing, Still think they should look into that too. Appreciate your help.

you can open an issue to report this if you want

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