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

Tell us what’s happening:

step 1 in role playing game showing error of having link element in code but i am unable to understand this which link element is ??

Your code so far


<!-- User Editable Region -->

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

<!-- User Editable Region -->

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:127.0) Gecko/20100101 Firefox/127.0

Challenge Information:

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

Hi there!

Read instructions carefully. Your href value should be styles.css

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