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

Tell us what’s happening:

My code does not pass as apparently my two meta elements should be nested in the head element, I can’t see how they are not nested in the head element? any help would be much appreciated thanks

Your code so far

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

<!-- User Editable Region -->

  <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>
  </body>
</html>

Your browser information:

User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.6.1 Safari/605.1.15

Challenge Information:

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

Your code is passing for me. Try a reset and hard refresh (Cmd + R on Mac I believe).

If that doesn’t work, try in Chrome or Firefox.

yup thanks, worked on chrome! am i better sticking to chrome? haven’t had that issue on safari as of yet?
thanks again

1 Like

I think Chrome or Firefox is more likely to be well-supported.

But it could also just be the version of Safari, you are not using the most up-to-date version, are you?

probably not using the most up to date one no, my mac is older. ill stick to chrome for now, thanks