Learn Typography by Building a Nutrition Label - Step 43

Paste your modified code. Add three ``` back ticks in a separate line above and below your code.

thank youu

<p><span class="bold">Total Fat<span>8g</span> <span class="bold">10%</span></p>

if i do that i get a totally different error Your new p element should have the text Total Fat 8g 10% .

Cut that span opening tag before 8g text and paste it after p opening tag. And add closing span after total fat.

This is close. How many opening span tags do you have? How many closing span tags do you have? They should be the same number.

And again, the instructions aren’t asking you to put a span around 8g. They are asking you to put on span around both the “Total Fat” span and the text “8g”.

1 Like

there should be 3 of each but i keep getting erorrs if i put one after the text Total Fat

oooohhhhhhhh i got it noww

1 Like

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