Tell us what’s happening:
Its driving me crazy. the instructions state " Below your .small-text element, create a new p element with the text Calories . Also below the .left-container element, create a new span element with the text 230 ."
I do EXACTLY as the instructions say and I get this error. There is nothing in the instructions that state I have to put a p element within the .calories-into element. WTH?
Test
Sorry, your code does not pass. Hang in there.
Hint
You should have a new p element within your .calories-info element.
Your code so far
<!-- file: index.html -->
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Nutrition Label</title>
<link href="https://fonts.googleapis.com/css?family=Open+Sans:400,700,800" rel="stylesheet">
<link href="./styles.css" rel="stylesheet">
</head>
<body>
<div class="label">
<header>
<h1 class="bold">Nutrition Facts</h1>
<div class="divider"></div>
<p>8 servings per container</p>
<p class="bold">Serving size <span>2/3 cup (55g)</span></p>
</header>
<div class="divider large"></div>
<!-- User Editable Region -->
<div class="left-container"<span></span></div>
<h2 class="bold small-text">Amount per serving</h2>
<div class="calories-info"<p>Calories</p><span>230</span></div>
</div>
</div>
<!-- User Editable Region -->
</div>
</body>
</html>
i think you deleted the element that was there before (the .calories-info element).
I suggest you reset and force the browser to refresh the code using the CTRL-F5 keys and then redo the step. This time only add a p element and a span element (nothing else).
I’ve done EVERYTHING short of pulling my hair out and it’s not working. I do EXACTLY what is instructed. Then I get instructions that it’s wrong and should be in another place. I put the coding where it’s telling me to move it, then again it’s telling me its wrong. I have hit CTRL-F5 100,000,000 times and its still telling me its wrong. At this point I think its the coding of the website.
If you have a question about a specific challenge as it relates to your written code for that challenge, and you’ve tried to solve it at least 3 times so far and still need some help, just click the Ask for Help button located on the challenge (it looks like a question mark).
This button will create a new topic with all code you have written and include a link to the challenge also. You will still be able to ask any questions in the post before submitting it to the forum.
hello again, please open a new topic only if you have a question about a different challenge in future. I’ve merged the duplicate topic to the original one.