0
CV Contacts
When I try to make the contacts list in the HTML CV Project, it keeps getting put into my Skills section, even thought I write the code under it. What can I do to fix this? EDIT: Here is the layout I wrote. <h2><i>Skills</i><h2> <table border="1"> <tr> <td>Uber</td> <td>Lyft</td> <td>DoorDash</td> <td>UberEats</td> <td>Roadies</td> </tr </table> <h2><i>Contacts</i></h2> <a href="https://www.sololearn.com/profile/26017486" target="_blank">SoloLearn</a> <br> <a href="https://www.freecodecamp.org/Maxp101" target="_blank">freeCodeCamp</a>
4 Respuestas
+ 1
Maxwell Powers You're Missing a closing > for </tr>. Nothing more.
edit: sry we don't get Messages when Messages get edited so I didn't know you already gave the Layout.
+ 1
Thank you, Felix Alcor.
Feeling like an idiot today. I usually write my closing tags right away.
0
Can you Show us the Code from you?
Note: if you make a CV with Personal Infos you don't want to share pls delete then First.
0
Don't worry happens everyone. 😉