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

Tell us what’s happening:

can’t get this second meta code to work! I have both the name and content attributes, and proper spacing and spelling I believe… help!

Your code so far

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

<!-- User Editable Region -->

  <head>
    <meta charset="utf-8">
    <title>Colored Markers</title>
    <meta name="viewport" content=""width=device-width, initial-scale=1.0"">
  </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/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36

Challenge Information:

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

Hi @caitlin.rider16 , Please take a second look at the content attribute of meta tag. It needs a small correction.

1 Like

You have some extra quotation marks on the content attribute.

1 Like

haaaaa thanks everyone

1 Like