Tell us what’s happening:
RPG - Dragon Repeller this is my code. under the preview they said, that Your div element should have an id with the value game.What I need?Your code so far
<!-- User Editable Region -->
<!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>
<!-- User Editable Region -->
Your browser information:
User Agent is: Mozilla/5.0 (X11; Linux x86_64; rv:134.0) Gecko/20100101 Firefox/134.0
Challenge Information:
Learn Basic JavaScript by Building a Role Playing Game - Step 1