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

Tell us what’s happening:
Describe your issue in detail here.

Your code so far

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

<!-- User Editable Region -->

  <head>
    <title>Colored markers</title>
  </head>

<!-- User Editable Region -->

  <body>
  </body>
</html>

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36

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

Link to the challenge:

It looks like you’re basically correct, but the text in the title element should be ‘Colored Markers’. Your text does not match exactly.

i dont get what you said

You made a typo as the m of your Colored markers should be uppercase

now i get it thanks:)

In your code the title element reads ‘Colored markers’. It should read ‘Colored Markers’.

1 Like