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

Tell us what’s happening:
i don’t know why he didn’t accept it

Hint : Remember, the casing and spelling matter for the h1 text.

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/112.0.0.0 Safari/537.36

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

Link to the challenge:

The text should be: “CSS Color Markers”.

2 Likes

Welcome to the forum!

You need to match the text exactly like the challenge gives you. Need to make sure your capitalization matches

1 Like

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