help with getting h2 under stuff | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
- 1

help with getting h2 under stuff

im writing a resume to pratice but my experience is coming on top of my phonenumber, address stuff like that and i would like it below how can i do this please help thanks

21st Jan 2022, 7:10 PM
tberners
tberners - avatar
7 Answers
+ 2
Yes , <table></table> is block element so it should has a closing tag And u forgot to put <tr> </tr> in the right way
21st Jan 2022, 7:50 PM
Muhammad Galhoum
Muhammad Galhoum - avatar
+ 1
<html lang="en"> <head> <meta charset="UTF-8"> <title>my resume</title> </head> <body> <h1 align="center">Jowan Lewis-Thompson</h1> <hr> <table width="100%"> <tr> <td align="left">Oshawa, ON</td> <td align="right">(289)939-0444 </td> </tr> <tr> <td><a href= "mailto:jay47lewis@gmail.com">jay47lewis@gmail.com</a> </td> </tr> </table> <h2>Experience</h2> <p> <small>pizza hut</small></p> <p> <small> cook/ food prep/dishwasher</small></p>
21st Jan 2022, 7:20 PM
Muhammad Galhoum
Muhammad Galhoum - avatar
+ 1
thank you for that it was driving me crazy Muhammad
21st Jan 2022, 7:24 PM
tberners
tberners - avatar
+ 1
You're welcome bro 😊
21st Jan 2022, 7:25 PM
Muhammad Galhoum
Muhammad Galhoum - avatar
+ 1
was it because i didnt have the </table> tag? Muhammad
21st Jan 2022, 7:27 PM
tberners
tberners - avatar
+ 1
hey everyone i need help on my code i have my skill in a table but beside html it has a small rectangle how do i remove that and also i want to put information beside each job but i want to put them in bulletin form can someone help me with that thank a bunch happy coding Muhammad
22nd Jan 2022, 12:17 AM
tberners
tberners - avatar
+ 1
Can you show me the expected shape or template of your resume to help u how to draw the shape or template using Code Jowan Lewis-Thompson
22nd Jan 2022, 11:07 AM
Muhammad Galhoum
Muhammad Galhoum - avatar