I have created a new meta element which needs the attributes ‘name’ set to ‘viewpoint’ and ‘content’ set to ‘width=device-width, initial-scale=1.0’
I have done this yet it still won’t accept the code, I’ve played around with spaces between attributes and values but nothing seems to work.
Your code so far
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name= "viewpoint" content="width=device-width, initial-scale=1.0">
<title>Colored Markers</title>
</head>
<body>
</body>
</html>
Your browser information:
User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36
Challenge: Learn CSS Colors by Building a Set of Colored Markers - Step 5
Link to the challenge: