Tell us what’s happening:
I don’t get what I am doing wrong here? It’s saying both meta elements need to be in the head element but they are. And i’ve copied the values and pasted it so im not making a mistake or anything. proper spacing aswell. what am I missing? I’ve noticed other people stuck on this one aswell.
Your code so far
<!DOCTYPE html>
<html lang="en">
<!-- User Editable Region -->
<head>
<meta charset="utf-8">
<title>Colored Markers</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<!-- User Editable Region -->
<body>
</body>
</html>
Your browser information:
User Agent is: Mozilla/5.0 (iPhone; CPU iPhone OS 16_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.1 Mobile/15E148 Safari/604.1
Challenge Information:
Learn CSS Colors by Building a Set of Colored Markers - Step 5