Tell us what’s happening:
Describe your issue in detail here.
What’s wrong?
**Your code so far**
<!DOCTYPE html>
<html lang="en">
<head>
<title>Colored Markers</title>
<meta charset="utf-8">
</head>
<body>
</body>
</html>
**Your browser information:**
User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:103.0) Gecko/20100101 Firefox/103.0
Challenge: Learn CSS Colors by Building a Set of Colored Markers - Step 4
Link to the challenge:
Hello! Please what challenge do you have with this step?
Sorry I wasn’t clear. It doesn’t let me go forward and says it needs a meta element. I don’t know if it is a bug or a syntax error.
I do not think it’s an error. The task requires you to add a element with a charset attribute whose value is set to “utf-8”.
Meaning you add this within the of your html doc:
<meta charset="utf-8" />
Remember to go back to previous lessons if you think you need a revision. I hopr this helps.
Within the head*****************
system
Closed
6
This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.