You appear to have created this post without editing the template. Please edit your post to Tell us what’s happening in your own words.
Learning to describe problems is hard, but it is an important part of learning how to code.
Also, the more you say, the more we can help!
hello! @vnxssav i’m so sorry for the missunderstanding
so, for the step 24, you need to Wrap everything within the .label element in a new header element.
so that mean, you need to wrap
<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>
that code in a header element, because that code is within the .label element.
thank you for replying. I just don’t think i’m understanding.
I have my code written as:
<header><div class="label">
<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>
is this wrong? i’m not sure what else to do at this point. It says “Your header element should be within your .label element.
Your h1, div, and p elements should be within your new header element.”
i’m so stuck!
If you have a question about a specific challenge as it relates to your written code for that challenge and need some help, click the Ask for Help button located on the challenge (it looks like a question mark). This button only appears if you have tried to submit an answer at least three times.
The Ask for Help 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.