can i use two <br/><br /> | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 6

can i use two <br/><br />

is that have problame if i use two<br/><br /> continually. to make more space. <form> <input name="name" type="text" /><br/><br /> <input name="email" type="email" /><br/><br /> <textarea name="message" ></textarea> <input type="submit" value="SEND" class="submit" /> </form>

1st Jul 2018, 5:53 AM
Yimer Indris
Yimer Indris - avatar
14 Answers
+ 7
I use many just <br> <br> often without problems.
1st Jul 2018, 6:04 AM
bobbie
bobbie - avatar
+ 8
Better way is using CSS to adjust to spacing better elements. input { display: block; margin-bottom: 50px; } Reserve <br/> for simple paragraph new line carriage return only.
1st Jul 2018, 6:22 AM
Calviղ
Calviղ - avatar
+ 4
Ok Patrick Kyei but we shouldn't spam this post I will comment on one of your codes and we can figure out if I can help you there.
1st Jul 2018, 6:36 AM
bobbie
bobbie - avatar
+ 4
yes u can
1st Jul 2018, 11:38 AM
Wajeeh
Wajeeh - avatar
+ 3
Arpit ,you could, but it's not the proper way.
2nd Jul 2018, 4:27 AM
Calviղ
Calviղ - avatar
+ 2
Hello, Yimer Indris ! please write in more detail, and then people will be able to understand you and answer your question. Good luck
1st Jul 2018, 5:58 AM
Alexander Sokolov
Alexander Sokolov - avatar
+ 2
yes it is okay!!!
1st Jul 2018, 11:50 AM
Anish Poudel
Anish Poudel - avatar
+ 2
how many uses doesn't matter but sometimes alternatives would be better
2nd Jul 2018, 1:01 PM
lbaum
lbaum - avatar
+ 1
I think i need your pls help bobbie
1st Jul 2018, 6:34 AM
Patrick Kyei
Patrick Kyei - avatar
+ 1
Using margin for make space between elements its a better way to do than using <br>
1st Jul 2018, 8:11 AM
KrOW
KrOW - avatar
+ 1
You can use as many you want
1st Jul 2018, 12:14 PM
Tarika
Tarika - avatar
+ 1
okk Got the point... 👉we can use as many as we want. am i right?
2nd Jul 2018, 4:11 AM
Arpit
Arpit - avatar
+ 1
okk,thank yuh...
2nd Jul 2018, 4:31 AM
Arpit
Arpit - avatar
+ 1
yes! you could have just tried it out though...
4th Jul 2018, 5:20 PM
George
George - avatar