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

I even went on youtube and followed codemanS practice videos but the app said i need two metas which i put in.

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

i’m confused. please help me. 

**Your code so far**
```html
<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="utf-8">
    <title>Colored Markers</title>
    <meta name='viewport' content='width=device-width, initial-scale=1.0> 
  </head> 
  <body>
  </body>
</html>

Your mobile information:

iPhone - iOS17.4.1

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

Link to the challenge:

Welcome back to the forum @Silentg393

I edited your code for readibility.

You need a quote mark before the closing angular bracket >

Happy coding

1 Like

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