Colored markers step 4

The task is to create a meta element and assign an attribute of charset with a value of utf-8 nested in the head tag.
i’ve already done that but i keep getting the error “You should have one meta element.”

“here is my code”

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

Challenge: Step 4

Link to the challenge:

I copied your code an it passed validation for me. Can you screenshot what you’re seeing?

1 Like

it worked now maybe it was a system problem or something i’ve been trying for an hour thank you for your time.

1 Like

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