The exercise begins with the following instructions:
Within your head element, add a meta tag with the name set to viewport and the content set to width=device-width, initial-scale=1 .
And here is your code for convenience:
I will now re-format the instructions here to make it clear which step I believe you have followed and which you have not.
Within your head element, add a meta tag
with the name set to viewport
and the content set to width=device-width, initial-scale=1 .
Do you see how the word content is written in a slightly different way, almost highlighted? This is because it needs to be in your answer. But your new line of code doesn’t have it.
So at this point, what do you think you can do differently?