Why does my table appear in a different place, that where it is in the code sequence. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 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 Answers
+ 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