Problem: Balance Sheet Creation N13

HE ASKS ME : In your first tr, add a th element with the text Cash This is the cash we currently have on hand.. Wrap all of that text except Cash in a span element with the class set to description.

Following that, add three td elements with the following text (in order): $25, $30, $28. Give the third td element a class attribute set to current.

And I did it like this: tr>
th>
Cash span class=“description”>This is the cash we currently have on hand</span
</th
td>$25</td
td>$30</td
td class=“current”>$28</td
</tr
And don’t accept it please help me.

Welcome to FFC forum. Link your topic to the challenge, by pressing Help button, that appears after attempting Check your code more than three times.
@solofacuelectro

1 Like

I already solved it thanks anyway

1 Like

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