+ 1
"<br />" is for what
I think it's closed in html 5
10 Réponses
+ 12
it means break rule.
it is used to change the line
https://code.sololearn.com/WlOquoaHA2jR/?ref=app
+ 11
in html 5 every tag is need to be closed
such as <br/>
+ 3
new line... It is the equivalent \n in other languages
https://developer.mozilla.org/en-US/docs/Web/HTML/Element/br
+ 3
It means break ....means new line just like using enter in computer when typing
+ 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.
+ 1
Babin Dutta Both <br> and <br/> are valid.
+ 1
Thanks cyk and Arpit Mittal for the info.
0
its useble for new line in html.
0
hi,
a forced line break.
refer this:-
https://en.m.wikipedia.org/wiki/HTML_element#Other_inline_elements