Challenge bugged under Learn CSS Colors by Building a Set of Colored Markers

The console isn’t recognizing my code. As far as I can tell, my code should have no issues in it. Even if I add a / to the end of my meta element, it does nothing. Its saying I need to have one meta element, which I do and its attribute is set correctly to utf-8.

<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="utf-8">
    <title>Colored Markers</title>
  </head>
  <body>
  </body>
</html>

The code you have shared passes on my end.

It was an extension I had enabled. Thanks for the help!

Make sure to turn off your extensions if you get an issue like this for anyone else!

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