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

Tell us what’s happening:

I have a problem in step 5

Your code so far

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

<!-- Step 5-->

  <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 (Linux; U; Android 12; TECNO BF7 Build/SP1A.210812.016; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/122.0.6261.119 Mobile Safari/537.36 OPR/79.0.2254.70805

Challenge Information:

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

You are missing quotation mark after viewport and you are missing equal =" quotation after content attribute.
@oluwadamilolasamuel9

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