0
For what do we need tag <br\>?
I just can't understand the use of it.
4 Answers
+ 12
it used to change the line in HTML
<br/> denotes line break.
+ 2
take care if the slash , it's forward not backward .
forward slash ( / ) , backward slash ( \ )
<br /> â
<br \> Ă
this is my WhatsApp if you need help +22234542422
+ 1
It's used to go to the next line in HTML.
Write this in an HTML file:
<a href='#'>Link A</a>
<a href='#'>Link B</a>
Display should be: LinkALinkB
With a <br/> in between, we can make it:
Link A
Link B
+ 1
it's replacing the ( enter key ) in your keyboard
a lot of <br /> means a lot of new lines