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

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>

Hi.
Please provide link to the challenge step

Of course, thanks,

try wihtout the period

Thank you very much, it worked for me. In the previous step it wouldn’t let me continue if i didn’t put the period.

Well, some parts of the text in the page you are building have periods, others don’t.
Be careful about syntax details.

Yes, in each step i have to check if i put the period or not. Thanks for the reply.

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