+ 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
6 Answers
+ 2
that was actually my first code on SL playground
+ 5
hey I think maybe you can attach your code here so we can start were you ended
+ 2
@neicore i did :) now have a look
+ 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
+ 2
thank you so much @neicore !!!
0
you cannot declare a <form> tag inside another <form> tag