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

Tell us what’s happening:
This code seemed correct to me but would not pass like this or if the html element was on the same line. What is it that I am missing in my code?

Your code so far

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

Your browser information:

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

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

Link to the challenge:

you’re missing a > in the opening tag of the html element

I just figured it out before you posted! That is correct, thanks for your help!

1 Like

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