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

Please can someone help me check what’s wrong with this code? I’m trying to set the name attribute and the content attribute.

Your code so far

<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="utf-8"><meta name="viewport" content="width=device-width,initial-scale=1.0">
    <title>Colored Markers</title>
  </head>
  <body>
  </body>
</html>

Your browser information:

User Agent is: Mozilla/5.0 (Linux; Android 9; itel W6002E) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.0.0 Mobile Safari/537.36

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

Link to the challenge:

width=device-width,initial-scale=1.0

width=device-width, initial-scale=1.0

I copied the code to my space and got an error like you so I moved the 2nd meta to its own line then I copied the text exactly of the content tag and was able to pass.

The test seems to want a single space after the comma above.

I opened an issue. The test should not look for whitespace in the string.

1 Like

Thank you so much for your answer.

Thank you so much for your suggestion.