Error message: 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
.
I am getting an error message when running this code. Not sure what to try next. I searched through other posts and couldn’t find an answer.
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, intitial-scale=1.0">
<title>Colored Markers</title>
</head>