Tell us what’s happening:
I have an opening head element with a closing head element. I also have an opening and closing body element with nothing else in my code. It keeps telling me my head and body elements must be empty when they definetly are.
Your code so far
<!DOCTYPE html>
<html lang="en">
<!-- User Editable Region -->
<head>
<body>
</body>
</head>
<!-- User Editable Region -->
</html>
Your browser information:
User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36 Edg/131.0.0.0
Challenge Information:
Learn CSS Colors by Building a Set of Colored Markers - Step 2