Shatex
#1
Tell us what’s happening:
Describe your issue in detail here.
**Your code so far**
/* file: index.html */
<!DOCTYPE html>
<html>
<head>
<meta name="viewpoint">
<meta charset="UTF-8">
</head>
<body>
</body>
</html>
/* file: styles.css */
**Your browser information:**
User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/102.0.0.0 Safari/537.36
Challenge: Step 2
Link to the challenge:
Please share your problem.
…?
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
.
Looks like you are missing an attribute
Viewport is not spelled correctly
And you need to add the content
attribute and its value.
Hope this helps you!
Shatex
#6
what attribute am i missing?
You don’t have a content attribute
Shatex
#8
that’s exertly where am having issues
Shatex
#9
i dont know how to add the value of the attribute
Shatex
#10
link the values are kinda confusing
@Shatex , after putting the name of the attribute put a = then a " then the value, and then another ".
attributeName="attributeValue"
Shatex
#12
ok let me try that and see