How do you created columns and one of them have three places where you can enter things ? | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
+ 13

How do you created columns and one of them have three places where you can enter things ?

13th Apr 2017, 10:47 PM
Abby #infinityLOVE #taken
Abby #infinityLOVE #taken - avatar
3 Réponses
+ 46
I hope you you've solved your problem by now. Although I don't see a good answer here. So here's my version. This can be done with a simple table like so: <table> <tr> <td>Name</td> <td><input /></td> </tr> <tr> <td>Age</td> <td><input /></td> </tr> <tr> <td>Country</td> <td><input /></td> </tr> </table>
7th Jul 2019, 4:48 PM
🇺🇦 Vitya 🇺🇦
🇺🇦 Vitya 🇺🇦 - avatar
+ 10
Are you trying to use HTML? Can you provide an example? Can you answer these questions? If you do, I will be able to help you.
14th Apr 2017, 3:26 AM
SoraKatadzuma
SoraKatadzuma - avatar
+ 10
I am using html. what kind of example do u need
15th Apr 2017, 12:34 AM
Abby #infinityLOVE #taken
Abby #infinityLOVE #taken - avatar