+ 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>
2 Réponses
+ 3
༼ つ ◕_◕ ༽つ </table>
+ 2
Thanks Alex! I can’t believe I missed the closing table tag.