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

Where am i going wrong?
Please can somebody help me out?
I think that’s correct but my code do not pass

Your code so far


<!-- User Editable Region -->

    <!DOCTYPE html>
    <html lang= "en" >

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

Challenge Information:

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

2 Likes

Hello!
Your html element needs a closing tag.

Hey @Yawa20

Try to do it like this, you need to close tags.

Can you explain further?

See this is your html:
<!DOCTYPE html> <html lang= "en" >
You need to close your html attribute.
Example: <p></p> The </p> is your closing tag. It contains a slash and then your element name. You need to do the same with your html element
You can see more about elements here: HTML Elements

Please tried that and it didn’t work. am so confused about what to do

Also Remove space before “en” and > bracket.
@Yawa20

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