Resolving the error in code

its saying

Test

Sorry, your code does not pass. Hang in there.

Hint

You should have two meta elements.

i can see it has two meta elements.
Your code so far

<!DOCTYPE html>
<html>
<head>
  <meta charset="utf-8">
  <meta name ="viewport" content="width=device-width,initial-scale=1.0>
  <title>Colored Markers</title>
</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/103.0.0.0 Safari/537.36

Challenge: Step 5

Link to the challenge:

try putting the utf on caps “UTF”
then add a closing tag at the end like
that is its general format if it is not closed it takes it as one

i am not sure maybe i deleted it last time so it didnt show this is the general form

You are missing a ", look at the colour highlight, you could be directed to where it is missing

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