How to make a form | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

How to make a form

I have been learning html ans css since 2-3 day. After completion of html, I tried to make a form but I coud not make columns for separate boxes for first name , middle name and last name . Also, I could not add columns for date of birth. can anyone help me please ??? https://code.sololearn.com/W2zdH3YzCnMn/?ref=app

5th Sep 2017, 4:54 PM
Gaurav Zaiswal
Gaurav Zaiswal - avatar
6 Answers
+ 2
that was actually my first code on SL playground
5th Sep 2017, 5:22 PM
Raz
Raz - avatar
+ 5
hey I think maybe you can attach your code here so we can start were you ended
5th Sep 2017, 5:02 PM
Raz
Raz - avatar
+ 2
@neicore i did :) now have a look
5th Sep 2017, 5:09 PM
Gaurav Zaiswal
Gaurav Zaiswal - avatar
+ 2
first there are some typing errors: line 12 you didn't close the input tag. line 13 you didn't leave a space between form tag and autocomplete attribute. second to your question: use the <br/> tag to get space after an input tag, when you use two br tags like this <br/><br/> you'll get two spaces here is an example https://code.sololearn.com/WzICi780DhLQ/?ref=app
5th Sep 2017, 5:22 PM
Raz
Raz - avatar
+ 2
thank you so much @neicore !!!
5th Sep 2017, 11:42 PM
Gaurav Zaiswal
Gaurav Zaiswal - avatar
0
you cannot declare a <form> tag inside another <form> tag
30th Aug 2018, 7:08 AM
Arijit Pal
Arijit Pal - avatar