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

Tell us what’s happening:
My code does not get accepted. There does however not seem to be anything wrong with it?

Your code so far

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

<!-- User Editable Region -->

  <head>
    <title>Colored Markers</title>
     <meta charset="UTF-8">
  </head>

<!-- User Editable Region -->

  <body>
  </body>
</html>

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/117.0

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

Link to the challenge:

Hi there and welcome to our community!

Your code should pass. The following steps could resolve your issue:

  1. Reset the lesson.
  2. Refresh the page with CTRL+F5.
  3. Resubmit the code.

If that doesn’t work you can also try disabling all browser extensions, as these can sometimes interfere with the tests. Failing that, you could also try a different browser.

Hope that helps!

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