Tell us what’s happening:
Describe your issue in detail here.
Its asking me to Add a DOCTYPE html declaration at the top of the document, and an html element after that. Give the html element a lang attribute with en as its value. I did what it asked me to do. It’s not working. Can someone please help?
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 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36
Challenge Information:
Learn CSS Colors by Building a Set of Colored Markers - Step 1