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

After trying to finish this line of code it keeps telling me that I need to have 2 meta elements. I have gone through and not seen any typos so I am very confused.

Your code so far

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

<!-- User Editable Region -->

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

<!-- User Editable Region -->

  <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/109.0.0.0 Safari/537.36

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

Link to the challenge:

<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">

You have two meta elements. You only need one.

THANK YOU! I don’t understand why the hint kept telling me I needed 2 meta elements, as well as the explanation of the step said to “add another self closing meta element”

You are truly a life saver