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

Tell us what’s happening:

not sure why this doesn’t work, is there something missing or wrong with the syntax?

Your code so far


<!-- User Editable Region -->

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



<!-- User Editable Region -->

Your browser information:

User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36

Challenge Information:

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

Did you look at the error it gives you

Your html element should have a closing tag.

I do not see a closing html tag </html>

1 Like

oh right didn’t see that, thank you !

1 Like