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

Tell us what’s happening:

it says my new meta element should be within the body element???

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 (Windows NT 10.0; Win64; x64; rv:130.0) Gecko/20100101 Firefox/130.0

Challenge Information:

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

Welcome to our community!

Change single quotes to double quotes as you did for the ‘content’ attribute.

1 Like

I made a PR for it.

It really shouldn’t matter that you are mixing the quotes for the two attribute values. It is just a limitation of the regex.