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

Tell us what’s happening:
Describe your issue in detail here.
I have nested the h1 element in the body tag , but it says casing and spelling matter of h1 tag. this test wont pass pls help me out

Your code so far

<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Colored Markers</title>
  </head>

<!-- User Editable Region -->

  <body>
  <h1> Css Color Markers </h1>
  </body>

<!-- User Editable Region -->

</html>

Your browser information:

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

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

Link to the challenge:

This is the required text:
CSS Color Markers

This is your text (which also includes superfluous spaces at beginning and end):

so what exactly im supposed to do to make it pass

I have removed the spaces but yet still it wont pass, could you pls write here for me to see?

As your error message indicates, there is also a problem with casing/spelling. Your text does not exactly match the required text.

thank you very much sir, I really appreciate your input.