CSS Color Markers Step 2

Tell us what’s happening:
Nest a head element within the html element. Just after the head element, add a body element. Is this not right? I been submitting but the answer I got was Your head and body elements should be siblings.

Your code so far


<!DOCTYPE html>
<html>
<head>
</head>
<body>
</body>

</html>

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:100.0) Gecko/20100101 Firefox/100.0

Challenge: Step 2

Link to the challenge:

Your code looks right and passes the challenge on my end. I suggest trying a different browser.

1 Like

Remove the spaces if you have given any by accident if it doesn’t work then try resetting the challenge and write the same code. Hope this works.

Changing to different browser (chrome without any add-ons) has worked, thank you

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.