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

Your code should have a link element. I am told that I should add this, I do, but I still get a warning, why?


<!-- User Editable Region -->

<!DOCTYPE html>
<html lang="en">
</html>
<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>
   <h1>RPG - Dragon Repeller</h1>
   
  

</body>


<!-- User Editable Region -->

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36 OPR/106.0.0.0

Challenge Information:

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

Welcome to the forum @handemnck

Try moving the closinghtml tag to the end of the file.

Happy coding

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