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

Tell us what’s happening:

My title element already has the text “Colored Markers”, why it still keep saying “Your project should have the title Colored Markers”?

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 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.6261.95 Safari/537.36

Challenge Information:

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

Hi and welcome to the forum!
Your title tags need to be switched. The opening tag comes first.
Good luck!