Balance Sheet step 13. Problem with span

I am having the problem with the span. Even If I wrap my text 'This is the cash we currently have on hand. '. It keeps asking me to wrap it here is my code:

<th>Cash<span class='description'> This is the cash we currently have on hand.</span></th>

here is the problem hint:
“You should wrap the text This is the cash we currently have on hand. in a span element.”
The challenge link:

3 Likes

put a space between cash and the span. then also close the gap after the span with the sentence beginning with This. So you should have something like <th>Cash <span class="description">This is the cash we currently have on hand.</span></th> This was going to be hard to explain but its just a spacing issue you will need to watch next time.

4 Likes

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