I’m stuck in step 22. After writing the codes as required, I keep getting the error message “ Your th element should have the text Expenses Annual anticipated expenses, such as payroll..”
Your code so far
<!-- file: index.html -->
<!-- User Editable Region -->
<th>
Expenses <span class="description">Annual anticipated expenses, such as payroll.</span>
</th>
<td>$200</td>
<td>$300</td>
<td class="current">$400</td>
<!-- User Editable Region -->
/* file: styles.css */
Your browser information:
User Agent is: Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/140.0.7339.122 Mobile/15E148 Safari/604.1
I’ve edited your post to improve the readability of the code. When you enter a code block into a forum post, please precede it with three backticks to make it easier to read.
You can also use the “preformatted text” tool in the editor (</>) to add the backticks.
please find below my full HTML codes for the balance sheet. I’ve passed every other steps except the step 22 where I’m stuck. I can’t find the back tick button in my iPhone 11 Pro.
the backtick is in the same button as the apostrophe, just hold the button
I’ve edited your post to improve the readability of the code. When you enter a code block into a forum post, please precede it with three backticks to make it easier to read.
You can also use the “preformatted text” tool in the editor (</>) to add the backticks.
Your solution works from my end. Please try one of the following steps to move forward.
Click on the “Restart Step” button and force a refresh of your page with CTRL + F5 then try to paste the code in again.
or - Try the step in incognito or private mode.
or - Disable any/all extensions that interface with the freeCodeCamp website (such as Dark Mode, Ad Blockers, or Spellcheckers), and set your browser zoom level to 100%. Both of these factors can cause tests to fail erroneously.
or - Ensure your browser is up-to-date or try a different browser.