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: