+ 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>
14 ответов
+ 7
I use many just <br> <br> often without problems.
+ 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.
+ 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.
+ 4
yes u can
+ 3
Arpit ,you could, but it's not the proper way.
+ 2
Hello, Yimer Indris !
please write in more detail, and then people will be able to understand you and answer your question.
Good luck
+ 2
yes it is okay!!!
+ 2
how many uses doesn't matter but sometimes alternatives would be better
+ 1
I think i need your pls help bobbie
+ 1
Using margin for make space between elements its a better way to do than using <br>
+ 1
You can use as many you want
+ 1
okk
Got the point...
👉we can use as many as we want.
am i right?
+ 1
okk,thank yuh...
+ 1
yes! you could have just tried it out though...