Tell us what’s happening:
I know the answer is gonna be obvious. tried looking for solutions. am i reading it wrong? i am confused… what did i do?
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/115.0.0.0 Safari/537.36
Challenge: Learn CSS Colors by Building a Set of Colored Markers - Step 2
Link to the challenge:
The instruction: " Just after the head
element, add a body
element."
The ‘head’ element has both, the opening <head>
and the closing </head>
tag, which should be positioned next to each other in this case (both of them make a ‘head’ element).
You have wrapped the ‘body’ element in the ‘head’ element. That is not required here.
1 Like
i saw that and went… come on really, read it again…said all that in my head. 
2 Likes
It happens all the time, you write down the question and see the answer in your own question.
That is why Rubber Duck Debugging is so useful.
1 Like
Good going! I like your idea of repeating the lessons to get it so it is almost routine after some time. Happy coding! 
Happens to us all sometimes! lol
I want to be able to sit down and listen to someones idea for a website with colors and all and whip it out in a few days of work. I do stuff obsessively, its my downfall. I do it till i burn out on it. This all i talk about in my house now. i see websites and in my head i say…" hey i can make the basic form of that"… it feels good to me to know that. 
1 Like
I love this coding, too. Your idea of putting it to good use is great!
I find that ‘no matter what website I am on, now’ I find myself right clicking and checking out the “Inspect” to see the coding. Sometimes, I can say to myself, "Hey, I learned that! "
lol
With your determination, you will get it and go far with it!
Happy coding! 