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

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

Not sure where the issue is, I have crosschecked multiple times and I cannot for the life of me see the issue here. It is telling me that this answer is false and that I should have two meta elements.

  **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 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36

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

Link to the challenge:

First, welcome to the forum!

Your meta line works for me, so as next steps, we suggest you try:

  • Restart the step and paste the line of code in again after forcing a browser refresh CTRL-F5
  • Try the same step in incognito/private mode
  • Use a different browser for this step as that may force it to pass

Thank you for confirming that I had it right, I’ve only seen it a billion times so I was bewildered as to why it was coming up wrong. I never would have thought about doing what you suggested. CTRL +F5 didn’t work, but I think what the issue was was a conflict of sorts with a Google Chrome extension that I use to see the screen better (I’m sort of blind) and so by using a incognito tab it disables extensions at which point the code worked! Thanks for the help! Couldn’t have done it without the help!!

my pleasure. I’m also near-sighted. (but I just use CTRL+ to zoom in)

I do that all the time myself. On top of my relatively poor vision, I’m also pretty light sensitive so I use the extension “Dark Reader” to basically turn “most” websites into Dark mode, helps me a ton.

lol same here… I heard the dark mode may interfere with the penguin curriculum so something to watch out for…

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