Learn Typography by Building a Nutrition Label - Step 43

Tell us what’s happening:

even after i write the code below even swapping the span & span class=“bold” with each other i still get the same error msg , stating i need a new p element with the text “Total Fat 8g 10%” not sure exactly what I’m being asked i checked the other forums and didn’t really understand even tho my code was what someone else posted

Your code so far

<div class="daily-value small-text">
  <p class="bold right">% Daily Value *</p>
  <div class="divider"></div>
  <p><span class="bold"><span>Total Fat</span>8g</span><span class="bold">10%</span><p>
</div>

You are missing a span element in your code, take your time and carefully review each line of the instructions.

Reset your challenge, and try again your code carefully as per instructions. You mixup the code, didn’t have any space.
@Mr_Fatboiz

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