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

Tell us what’s happening:
I keep getting the error that need an HTML opening tag. I thought that was what I have, but it does not let me pass. What am I doing wrong?

Your code so far


<!-- User Editable Region -->

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

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

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

Link to the challenge:

HTML attributes take the form attribute="value". Your syntax for your opening <html> tag is incorrect.

Try putting the attribute=“value” inside the tag.

<html attribute="value">