Tell us what’s happening:
Describe your issue in detail here.
**Your code so far**
<!DOCTYPE html>
<html lang="en">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<meta charset="utf-8"/>
<title>Colored Markers</title>
</head>
<body>
</body>
</html>
**Your browser information:**
User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.0.0 Safari/537.36
Challenge: Learn CSS Colors by Building a Set of Colored Markers - Step 5
Link to the challenge:
You are supposed to create a second meta
element.
I am created
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
pls help
Why is there a forward slash /
at the end?
It should work, looks good. Restart the step and try again.
The hint = “You should have two meta
elements.”
And you do. My code looked just like yours.
That’s up to you: if I give you the answer, then you’ll be inclined to ask for it and expect one once you hit a roadblock; that’s not good if you want to learn to code.
1 Like
Just tell me the mistake. I followed the instructions but I got stuck
As @madscience1 said, you don’t have any mistakes in your code.
All of the tests pass for me when i try to run your code on my computer. Check if you have any extensions on your browser which might be messing with the tests. If the problem continues, you could either reset the test or try to attempt this challenge on some other browser.
You’ll have to deal with all sorts of weird bugs–once I had to close and fire up again VSC and the bug was gone, nothing wrong with the code.
Thank you so much. It’s working
1 Like
Meta elements are self-closing the / at the end is how we close it.