Tell us what’s happening:
It keeps saying "Your element should have three elements, after the element. "]
Yet i have it what could be the issue? is it spacing or something that im overlooking
Your code so far
WARNING
The challenge seed code and/or your solution exceeded the maximum length we can port over from the challenge.
You will need to take an additional step here so the code you wrote presents in an easy to read format.
Please copy/paste all the editor code showing in the challenge from where you just linked.
Replace these two sentences with your copied code.
Please leave the ``` line above and the ``` line below,
because they allow your code to properly format in the post.
Your browser information:
User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36
Challenge: Learn More About CSS Pseudo Selectors By Building A Balance Sheet - Step 26
It looks like your code was too long to be ported over automatically.
You can post your code using the Preformatted Text Tool (</> icon or CTRL+e), which creates two sets of triple backticks. You paste your code between these to format it correctly for the forum.
@kieannadavis18
We cannot see your code due to its size. As @igorgetmeabrain mentioned in his guidance best it to post the code.
However, here are a few things, you may wish to check, along with posting your code using ``` both before and after the complete code for us to view, if these do not work.
Check to make sure there are 4 elements within the < tr> < /tr>
one td element and three th elements.
Make sure that they have not been nested within each other, and are only nested within the tr element which is nested within the thead.
I hope this helps.
If you have those, and it is not working, you could try the following:
Reset step
Refresh page (F5)
Some browser extensions, such as ad-blockers and dark mode extensions can interfere with the tests.
If you are having problems, recommendation is to disable extensions that modify the content or layout of pages, while taking the course.