Learn CSS Colors by Building a Set of Colored Markers - Step 1

When I do the first step, I write de code:

And the response is:

Test

Sorry, your code does not pass. Don’t give up.

Hint

Your html element should have a closing tag.

I don’t know why this is the result, because I think I’ve written the code well.

Can you explain to me why this response appears?

Thank you so much.


<!-- User Editable Region -->

<!DOCTYPE html>
<html lang="en">

<!-- User Editable Region -->

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/110.0.0.0 Safari/537.36

Challenge: Learn CSS Colors by Building a Set of Colored Markers - Step 1

Link to the challenge:

Welcome to our community!

The ‘html’ element has the both tags: the opening <html>, and the closing </html> tag.
Where is your closing </html> tag?