Learn CSS Variables by Building a City Skyline - Step 2

Tell us what’s happening:

I am writing the code , and all the html tags are also in correct order , but still its showing that you html tags should in correct order

Your code so far

<!DOCTYPE html>

<!-- User Editable Region -->

<html lang="en">
  <head>
    <meta charset="UTF-8" />
    <meta name="viewport" content="width=device-width, initial-scale=1" />
    <title>Document Title</title>
  </head>
  <body>
    <!-- Page content goes here -->
     </body>

<!-- User Editable Region -->

</html>

Your browser information:

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

Challenge Information:

Learn CSS Variables by Building a City Skyline - Step 2

are you sure it asks for that many things in this step?

Hi buddy, See here is the instructions.

Add opening and closing html tags below the DOCTYPE so you have a place to start putting some code. Be sure to set the language to English.

Only html element you need to add here.

Hope you Understand !!