Tell us what’s happening:
Describe your issue in detail here.
Step 5 of Colored Markers. Trying to add a meta element that contains a name attribute and a content attribute. I think that the code is correct. The “Hint” says that the meta element should be within the head element which in this case, it is. Might the problem be that I’m working this exercise using the Free Code Camp app on my iPhone? I’ve tried resetting the step and it still doesn’t work. I am brand new to coding and still a couple of days from getting my laptop up and running.
Your code so far
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Colored Markers</title>
</head>
<body>
</body>
</html>
Your mobile information:
iPhone - iOS16.2
Challenge: Learn CSS Colors by Building a Set of Colored Markers - Step 5
Link to the challenge: