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

Tell us what’s happening:
Hi, I’m not sure what I’m doing wrong. I take away the > and it says to add it, but when I add it I’m told that the attribute isn’t there

Your code so far


<!-- User Editable Region -->

<!DOCTYPE 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/115.0.0.0 Safari/537.36

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

Link to the challenge:

Add a DOCTYPE html declaration at the top of the document, and an html element after that.

You should be adding two elements.

1 Like

This worked, thank you!

1 Like