+ 7
What is the correct HTML element for inserting a line break?
<br> </br> <br/> <break>
13 odpowiedzi
+ 17
It's <br> & <br/> both. They both do the same work. The forward slash at the ending is only used to indicate that the tag does not require any ending tag.
+ 8
All wrong, <br> is correct for break but it does not work in XHML. So I suggest use <br />
+ 4
Its <br/>
+ 4
You can use both <br> and <br/>, since br is an empty tag (no end tag). But it's always better to add a slash at the end of empty tags, so go for <br/>
+ 3
<br/>
+ 2
</br>
+ 2
only <br> is sufficient.✔
+ 2
<br> </br>
+ 2
hi there
+ 1
is that just <br/> and next line start
+ 1
😎Thank you
+ 1
Wright tittle
0
<br> or <br/>
You can use both...
bt it is better and recommended to use <br/> for line break,,