Learn More About CSS Pseudo Selectors By Building A Balance Sheet - Step 23

Tell us what’s happening:
Hi, if anyone can help me to solve this problem please.
it shows this error:" Your th element should have the text Credit The outstanding balance on our credit card." I am a bit confused because I actually put the sentence inside and it still shows even if I remove the “span” element.
Your code so far

         <tr class="total">
              <th>Credit <span class="description">The outstanding balance on our credit card.</span></th>
              <td>$50</td>
              <td>$50</td>
              <td class="current">$75</td>
             </tr>

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36

Challenge: Learn More About CSS Pseudo Selectors By Building A Balance Sheet - Step 23

Link to the challenge:

you placed the code in the 4th tr element, not the 3rd

Thank you so much for replaying, that help alooot!!

1 Like

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