Learn Basic JavaScript by Building a Role Playing Game - Step 1 it's saying I should input meta element please I'm confuse

Tell us what’s happening:

Describe your issue in detail here.

Your code so far

It’s telling me to input meta element I don’t know where I’m wrong


<!-- User Editable Region -->

<!DOCTYPE html>
<html>  </html> 
<html lang="en">
  <head>gamer<head>
</head>
<body> </body>
<title> RPG DRAGON REPPELER</title>
<link rel="stylesheet" type="text/css" href="styles.css" /><title> steveblaq
    <meta charset="UTF-8">
    <meta name="description" content="free HTML, tutorial for beginners">
    <meta name="keywords" content="HTML, CSS tutorial for beginners">
    <meta name="author" content="stephen">
    <meta name="viewport" content="width=device, initial-scale=1.0">
    <meta name="robots" content="noodp" >
    


    

<!-- User Editable Region -->

Your browser information:

User Agent is: Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Mobile Safari/537.36

Challenge Information:

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

1 Like

You appear to have created this post without editing the template. Please edit your post to Tell us what’s happening in your own words.

Please complete (or at least go through most of) the responsive web design part of the curriculum before starting on JavaScript.

Mine has been saying I need to add link element and I have done so but it still keep repeating that, this is the link element I used


  <link rel="stylesheet" type="text/css" href="styles.css">

That is not your issue though.

You have issues in the overall structure of your HTML which is why the tests are failing.

I suggest reading through this freeCodeCamp article on the HTML boilerplate

Once you fix the html structure, then you will be able to pass the tests.

But also, I agree with lasjorg about going through the first bits of the responsive web design portions. At least the first couple of projects, because there will be more steps where you will need to build out the html and css.

hope that helps

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