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

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

Your code so far

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

Your mobile information:

SM-S911B - Android 13 - Android SDK 33

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

Link to the challenge:

I wrote everything correctly. I dont know what they are pointing as wrong there.

You are missing a letter in there.

If you are able, I would highly recommend you copy/paste strings from the instructions in order to avoid typos like this in the future. But ya, if you are on a touch device it might be a pain to copy/paste.

Hello @Jonycreations1 !

Just a small typing error. intial should be initial.

Happens to all of us.

Happy coding!

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