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
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 thehead
. Give it aname
attribute set to"viewport"
and acontent
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"