Why does my table appear in a different place, that where it is in the code sequence. | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
+ 1

Why does my table appear in a different place, that where it is in the code sequence.

When I run the below script, my table appears under contacts, instead of under skills. Does anyone know how to correct this? <p><h2><i>Skills</i></h2></p> <table border="2"> <tr><th>Technologies</th> <td>Python</td> <td>HTML</td></tr> <tr><th>Soft Skills</th> <td>Skill 3</td> <td>Skill 4</td></tr> <hr> <p><h2><i>Contacts</i></h2></p> </body> </html>

17th Dec 2021, 10:43 PM
Bryan Hiler
2 Respostas
+ 3
ą¼¼ 恤 ā—•_ā—• ą¼½ć¤ </table>
17th Dec 2021, 10:51 PM
Alex
Alex - avatar
+ 2
Thanks Alex! I canā€™t believe I missed the closing table tag.
17th Dec 2021, 10:53 PM
Bryan Hiler