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

I have created a new meta element which needs the attributes ‘name’ set to ‘viewpoint’ and ‘content’ set to ‘width=device-width, initial-scale=1.0’
I have done this yet it still won’t accept the code, I’ve played around with spaces between attributes and values but nothing seems to work.
Your code so far

<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="utf-8">
    <meta name= "viewpoint" content="width=device-width, initial-scale=1.0">
    <title>Colored Markers</title>
  </head>
  <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/107.0.0.0 Safari/537.36

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

Link to the challenge:

Add another self-closing meta element within the head . Give it a name attribute set to viewport.

Yours viewpoint

I should only have two meta elements within the head so it doesn’t accept a third

Viewport not viewpoint
Check your spelling

1 Like

I’m a donut - thank you!!

1 Like

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