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

Tell us what’s happening:

Hello, somehow the code is not getting passed. I don’t know where the issue is.

Your code so far

<!DOCTYPE html>
<html lang="en">

<!-- User Editable Region -->

  <head>
    <meta content="width=device-width, initial-scale=1.0" name="viewport">
    <meta charset="utf-8">
    <title>Colored Markers</title>
  </head>

<!-- User Editable Region -->

  <body>
  </body>
</html>

Your browser information:

User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Safari/537.36

Challenge Information:

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

Welcome to the forum @code11

Try placing the name attribute before the content attribute.

Happy coding

1 Like

Thank you, that worked! Normally it should work also like i wrote it … at least in F12 I see that the meta header is like I wrote it… Interesting!

1 Like

Your code looks fine. When the instructions ask for a particular order, the tests check for that same order.