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

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

how do i make the meta work? i think i already put the right format? but why is it still not proceeding to next step?

Your code so far

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

<!-- User Editable Region -->

  <head>
    <title>Colored Markers</title>
    <meta charset="utf-8">
  </head>

<!-- User Editable Region -->

  <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/115.0.0.0 Safari/537.36 Edg/115.0.1901.203

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

Link to the challenge:

Welcome to the community :smiley:.
please post your error because I’m not finding the issue with your code.

1 Like

Your HTML is correct. You most likely have a browser extension installed (such as dark mode) that is adding extra meta tags behind the scenes, which is confusing the tests. You’ll need to either start disabling your extensions until you find the one that is causing the issue, or use a different “clean” browser that doesn’t have any extensions installed.

1 Like

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