Can anyone help me to find the mistake in this meta element

Tell us what’s happening:
Describe your issue in detail here.
the challenge was to add two meta elements… i did it good… but it doesn’t accept

  **Your code so far**
/* file: index.html */
<!DOCTYPE html>
<html>
<head>
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
  <meta charset="UTF-8">
</head>
<body>
</body>
</html>
/* file: styles.css */

  **Your browser information:**

User Agent is: Mozilla/5.0 (X11; Linux x86_64; rv:101.0) Gecko/20100101 Firefox/101.0

Challenge: Step 2

Link to the challenge:

Hmm… I just copy/pasted your HTML above into the Step and it passed for me. Maybe try reloading the step? Or try a different browser? Or just move on to the next step knowing that you got this one correct. Missing a step won’t affect your ability to get the certificate at the end.

1 Like

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