CV Contacts | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
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>

24th Jul 2022, 8:40 PM
Maxwell Powers
Maxwell Powers - avatar
4 Antworten
+ 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.
24th Jul 2022, 9:45 PM
Felix Alcor
Felix Alcor - avatar
+ 1
Thank you, Felix Alcor. Feeling like an idiot today. I usually write my closing tags right away.
24th Jul 2022, 9:48 PM
Maxwell Powers
Maxwell Powers - avatar
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.
24th Jul 2022, 8:48 PM
Felix Alcor
Felix Alcor - avatar
0
Don't worry happens everyone. 😉
24th Jul 2022, 9:49 PM
Felix Alcor
Felix Alcor - avatar