Tell us what’s happening:
Describe your issue in detail here.
As you’ve seen in the previous projects, webpages should start with a DOCTYPE html
declaration, followed by an html
element.
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.
**Your code so far**
<!DOCTYPE html>
<html lang:"en">
**Your browser information:**
User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.0.0 Safari/537.36
Challenge: Learn CSS Colors by Building a Set of Colored Markers - Step 1
Link to the challenge: