- 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
7 Respostas
+ 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
+ 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>
+ 1
thank you for that it was driving me crazy Muhammad
+ 1
You're welcome bro 😊
+ 1
was it because i didnt have the </table> tag? Muhammad
+ 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
+ 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