+ 1

"<br />" is for what

I think it's closed in html 5

15th May 2018, 3:03 AM
Hsehwag
Hsehwag - avatar
10 Réponses
+ 12
it means break rule. it is used to change the line https://code.sololearn.com/WlOquoaHA2jR/?ref=app
15th May 2018, 3:26 AM
Arpit Mittal
Arpit Mittal - avatar
+ 11
in html 5 every tag is need to be closed such as <br/>
15th May 2018, 3:35 AM
Arpit Mittal
Arpit Mittal - avatar
+ 3
new line... It is the equivalent \n in other languages https://developer.mozilla.org/en-US/docs/Web/HTML/Element/br
15th May 2018, 3:12 AM
cyk
cyk - avatar
+ 3
It means break ....means new line just like using enter in computer when typing
15th May 2018, 3:17 AM
Priyanka Thakur
Priyanka Thakur - avatar
+ 2
In HTML, <br> is an element used to produce a line break. There is nothing such as <br/>. Also, <br> is an empty element i.e., it does not has an end tag.
15th May 2018, 3:30 AM
Babin Dutta
Babin Dutta - avatar
+ 1
Babin Dutta Both <br> and <br/> are valid.
15th May 2018, 3:34 AM
cyk
cyk - avatar
+ 1
Thanks cyk and Arpit Mittal for the info.
15th May 2018, 3:42 AM
Babin Dutta
Babin Dutta - avatar
0
its useble for new line in html.
15th May 2018, 3:46 AM
isaac ghorbani
15th May 2018, 3:48 AM
Rajeeb