Level 88
The problem is that you defined a <table> HTML element in your <td> element. This is not allowed in HTML. You can only use <td> and <tr> elements here.
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
Trouble photos are in the link below:
https://drive.google.com/open?id=1Ie6Cg9mg4Uy5V3TiJjRMLsyVBz00WSfB
The problem is that you defined a <table> HTML element in your <td> element. This is not allowed in HTML. You can only use <td> and <tr> elements here.
Please or to participate in this conversation.