Unable to complete step 3 of Accessibility

For some reason, it keeps telling me I’m doing it wrong, but I’ve checked, double-checked, triple-checked, ect. and I can’t find my mistake.

My meta tag is:
<meta name="viewport" content="width=device-width, initial-scale=1">

Someone please help me before my eyeballs explode. Thanks!

1 Like

Never mind. I went to the next step and noticed how it was written by fCC.
Needs to be “initial-scale=1.0”
Remember the 1.0. It’s important.

1 Like

That question really isn’t setup well. The formatting of that content attribute is so weird compared to anything else we’ve done. Thanks for posting your question as it helped me figure it out also!

1 Like

You’re welcome! It didn’t help that MDN showed it as “initial-scale=1”, and it even accepted Jessica’s input as “1” and not “1.0”.

Weird.