+ 1
What is the use of "br?
<form> <input type="text" name="username" /><br /> <input type="password" name="password" /> </form>
9 ответов
+ 5
The tag <br> is used to add break to content.
+ 1
just like shift+enter written on a microsoft word document. it doesnot indicate a new paragraph.
+ 1
br tag use to break content to the new line
+ 1
instead of enter here we are using line break <br/> tag
0
Line Break , like new line
0
Line break
0
this tag is used to break the line and start new line
0
What's the different? I removed it, still same?
0
it is similar to enter key which is used to jump next linr