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

Tell us what’s happening:
I don’t know what I did wrong in the lang en code

Your code so far


<!-- User Editable Region -->

<!DOCTYPE> html lang="en"

<!-- User Editable Region -->

Your browser information:

User Agent is: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36

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

Link to the challenge:

Your DOCTYPE should have an html. Then add an html element,inside the html elemnt,nest a lang attribute with the value of en.

1 Like

Thank you for your time :))

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