What can i do to get it to accept this? It keeps saying " Your th
element should have the text Loans The outstanding balance on our startup loan.
."
html
<tr class="data">
<th>Loans<span class='description'>The outstanding balance on our startup loan.</span></th>
<td>$500</td>
<td>$250</td>
<td class='current'>$0</td>
</tr>
<tr class="data">
</tr>
<tr class="data">
</tr>
<tr class="total">
</tr>
Your browser information:
User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36 OPR/107.0.0.0
Challenge Information:
Learn More About CSS Pseudo Selectors by Building A Balance Sheet - Step 21