Wrap the numbers `0` , `100` , and `50` in `span` elements.
Wrap those new **`span` elements in** ------> `strong` elements.
Then give your new `span` elements `id` values of `xpText` , `healthText` , and `goldText` , respectively.
As shown below:
For the first line make sure to put the id value xpText to the placeHolder and do the same thing for the last two span classes for 'healthText' and 'goldText'
EX.
<span class="stat">XP: <strong><span id="placeHolder">0</span></strong></span>