Build a balance sheet: step 13

Learn About CSS Pseudo selector n’y building ballance sheet-steep

I’m stuck on step 13 the system is won’t accept my code it says I should cover a text with a span which I did but…? Please help?

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

The system asked me to cover a text with a span tag in which i did but my is not being accepted?

Hey! Post your code her, we didn’t see your computer screen.

Hey! Post your code, then anyone can help you better.

please provide the link to the step

I’ve edited your code for readability. When you enter a code block into a forum post, please precede it with a separate line of three backticks and follow it with a separate line of three backticks to make it easier to read.

You can also use the “preformatted text” tool in the editor (</>) to add backticks around text.

See this post to find the backtick on your keyboard.
Note: Backticks (`) are not single quotes (').

I’ve merged the duplicate topics for you. Please do not open multiple topics for the same step.

<Span class="description"> This is the cash...

Remove the space between span and text

Or in case of Cash text , you should wrap the span around Cash as it is.