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

Tell us what’s happening:
Describe your issue in detail here.

Step 5 of Colored Markers. Trying to add a meta element that contains a name attribute and a content attribute. I think that the code is correct. The “Hint” says that the meta element should be within the head element which in this case, it is. Might the problem be that I’m working this exercise using the Free Code Camp app on my iPhone? I’ve tried resetting the step and it still doesn’t work. I am brand new to coding and still a couple of days from getting my laptop up and running.

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 mobile information:

iPhone - iOS16.2

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

Link to the challenge:

You appear to have created this post without editing the template. Please edit your post to Tell us what’s happening in your own words.
Learning to describe problems is hard, but it is an important part of learning how to code.
Also, the more you say, the more we can help!

Hi,
Your code is correct and should pass. You can try a different browser if resetting doesn’t help.
Good luck!

Thanks! Maybe I’ll just read, watch videos and listen to podcasts about coding for the next day or two until I get my laptop going. :+1:

1 Like

Thanks for this answer.

1 Like