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