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>