Learn Typography by Building a Nutrition label

OK, I’m completely stuck. Th error I get on challenge 56 is…

Blockquote Your new p element should have the text Dietary Fiber 4g .
and, as you can see from the screenshot below, I HAVE got, “Dietary Fiber 4g”


Thanks in advance

Hello and welcome to FCC Forum, a community of people helping each other!

A couple of things. I think you are further along than you thought. This is step 56.
Your p has been placed within a div element. The instructions do not state to do this.
The new div with the class divider is to be entered below the new p element. Keep it above the closing div that is already in the code.

You are doing great! Keep up with your good progress.

Happy coding! :slight_smile:

Sorry for the delay in getting back. Been taking a bit of a break from it.

So, yeah, I was stuck on 55, not 56.

I went back to step 54 of the challenge reset it, did that, no problems, then went on to 55 (reset that, too) and…

Here’s my code, as a screenshot, entered as per the instructions for step 55…


Showing the erro resulting.

Here’s my actual line 38 text as copied from the challenge…

      <p><span><span class="bold">Total Carbohydrate</span> 37g</span> <span class="bold">37%</span></p>

I should probably mention Chrome, Mac OS Ventura (M1), not that has been a problem at any stage so far, but who knows :slightly_smiling_face:

Thanks again, the help is appreciated.

1 Like

Hello!

Please take a look at the % again? It is not accurate in the screenshot provided.

Happy coding! :slight_smile:

Thank you for your patience, Terry. Really appreciated your help. Sometimes I can be a bear of very little brain. Now, onwards I go!

Cheers,

Steve

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.