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

Tell us what’s happening:
Describe your issue in detail here.

Your code so far
<meta name=“view port” width=device-width" initial-scale=“1.0”>

<!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 (Windows NT 6.1; rv:103.0) Gecko/20100101 Firefox/103.0

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

Link to the challenge:

Hello,

content is the attribute.
width=device-width, initial-scale=1.0 is the value. This is how it is supposed to be:

attribute="value"

Hope you’ll get it :wink:
Happy coding !

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