I keep getting the message our new meta element should have a name attribute set to viewport , and a content attribute set to width=device-width, initial-scale=1.0 . No matter how I put it I still get this message or one that says I need one or two meta elements
You’re missing the comma between the 2 attributes of “content”. Width=device-width is one attribute, you put a comma before the next one which is initial-scale=1.0;
ok so i add the commas but i’m still getting the same message of “Your new meta element should have a name attribute set to viewport, and a content attribute set to width=device-width, initial-scale=1.0"”. Here is my code (meta name=“viewport” content=“width=device-width”, initial-scale=“1.0”). I’v placed before the first meta did not work, I’ve retyped it the did not work. I don’t know what I’m doing wrong.