How can i add new span element that would cover the text Protein 3g and without affecting the inner span element if i try the error comes You should have a span element around the text Protein 3g

<p class="no-divider"> <span class="bold">Protein</span>3g</p>

You only have a span element around the text “Protein”. If you are supposed to have another span element around the existing ones then you put the opening and closing span tags around the text Protein 3g and the span element that is already there.

It would help if you can post the url of the step you are on.