Learn CSS Colors by Building a Set of Colored Markers - Step 2

Tell us what’s happening:
I believe that I typed this in correctly, there are no spaces in the code after any typing you can see. But it says that the code doesn’t pass. I’m confused, please help me.

  **Your code so far**
<!DOCTYPE html>
<html lang="en">
<head>
  <body>
  </body>
</head>
</html>
  **Your browser information:**

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

Challenge: Learn CSS Colors by Building a Set of Colored Markers - Step 2

Link to the challenge:

The head tag should be closed before opening the body tag. You cannot nest a body inside the head tag

Oh, okay thank you! I didn’t notice I did that :sweat_smile:

1 Like

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