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

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:

Welcome Sara!

You haven’t asked a question, but I can see that you have a small mistake in your code.

For the lang attribute, and for any other html attribute which has a value, always use the equals sign to assign the value to that attribute.

That was it thank you so much!

1 Like

Future tip:

Always add your own words to the topic and tell us what you are seeing and what you have tried so far. Doing it may help you catch mistakes like this one and will improve your technical communication.

2 Likes

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