What's incorrect here?

Please post your actual code instead of a screenshot.

Please post a link to the step.

Please talk about how you are stuck debugging the problem.

Thanks

Hi @cpickering1122

For this step you need two attributes: name and content

It looks like you confused the value with the property.

Happy coding

Can you please elaborate?

Please post your actual code so it is easier to point to where the problem is

Your code is missing “”
follow the instructions that were given

Add another meta element within the head . Give it a name attribute set to "viewport" and a content attribute set to "width=device-width, initial-scale=1.0" so your page looks the same on all devices.

The property for the first attribute is name
The value for that property is "viewport"

The syntax for that is:

property="value"