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

Tell us what’s happening:
Step 4 is to add the meta element inside the head element and that’s exactly what I did. Why’s it not accepting it? Am I crazy or something?

  **Your code so far**
<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="UTF-8">
  <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/104.0.5112.102 Safari/537.36 OPR/90.0.4480.54

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

Link to the challenge:

your code works for me. Maybe it is a browser issue. I use Chrome.
The other thing you can try is to reset the step and paste the code back in (from here) and see if that goes better.

It’s a browser issue… I was using Opera so I switched over to Chrome.

Lesson learned haha

1 Like

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