It returns me this result, but i’ve checked it and i think it’s ok:
Test
Sorry, your code does not pass. You’re getting there.
Hint
Your th
element should have the text Total Assets
. Can someone guide me what am i doing wrong?
This is my code:
<tr class="total">
<th>Total <span class="sr-only">Assets.</span></th>
<td>$579</td>
<td>$736</td>
<td class="current">$809</td>
</tr>