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

Tell us what’s happening:

help me im stuck “Your new meta element should have a name attribute set to viewport , and a content attribute set to width=device-width, initial-scale=1.0

Your code so far

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



  <head>
    <meta charset="utf-8">
    <title>Colored Markers</title>
    <meta name="viewport" width="device-width" initial-scale="1.0" >
  </head>


  <body>
  </body>
</html>

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36

Challenge Information:

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

Hello @jordanbrilian

Here is the error message:

width=device-width, initial-scale=1.0”

Here is your code:

<meta name="viewport" width="device-width" initial-scale="1.0" >

Can you notice a few tiny differences?

Hint: Look at device-width.

Once these are fixed, it should pass for you.

Wishing you good progress!

i can see the differenc

So you noticed the " " around device-width, and the missing , comma between it and the initial-scale?

If you noticed this, well done!

Wishing you good progress!

ohh i see thx for solution

You are welcome!

We all make these mistakes sometimes.

You are doing good!

Wishing you more good progress.

1 Like

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