0
what does <br/> means
5 Antworten
+ 1
Break. In html, its called a line break (break for short).
+ 1
It's a break tag, it is used to make the text or the content to be displayed in next line
+ 1
<br/> means same in every language but the difference in writing style.. on Html write just <br><br/> and on Javascript you have to write the following style "<br/>" thanks
+ 1
The <br> tag inserts a single line break.
0
It breaks the content.