Learn More About CSS Pseudo Selectors by Building A Balance Sheet - Step 21

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

Hello @callmeclio5 !

Place a space after Loans before the opening span and the code will pass.

May your coding path be smooth.

1 Like

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