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

Tell us what’s happening:

Describe your issue in detail here.

Your code so far


<!-- User Editable Region -->

<!DOCTYPE html>
<html lang="eng">
  <head>
    <meta charset="UTF-8">
    <title>RPG - Dragon Repller</title>
    <link rel="stylesheet" href="style.css" >
  </head>
  <body>
    <div id="game" >

    </div>
  </body>
</html>



<!-- User Editable Region -->

Your browser information:

User Agent is: Mozilla/5.0 (X11; CrOS x86_64 14092.77.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.107 Safari/537.36

Challenge Information:

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

Check your spelling for the lang attribute and title element

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