Code not accepted

Tell us what’s happening:
Describe your issue in detail here.

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

  **Your browser information:**

User Agent is: Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/102.0.0.0 Safari/537.36

Challenge: Step 2

Link to the challenge:

In the viewport meta tag initial-scale should be 1.0, not 1.
Next time read more carefully the instructions.

1 Like

Thanks for your reply, initial-scale 1.0 or 1 are both not accepted.

The clue is in the instructions but indeed not what bgoodgianni pointed out. Take a closer look at the instructions concerning the content attribute and what value you need to set it to.

Thanks I figured it out, how can I overlook that?

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