+ 3
What is the different between <br> and <br /> for break?
I thought there are the same!
6 Respuestas
+ 4
<br>, unlike <p>, is a so called 'void element' and doesn't need a closing tag. It doesn't even need to be self-closing (<br />) in HTML5.
+ 2
yes, but <br> is better and more correct.
+ 2
Yes there is no need of <br/> instead we can write <br>
+ 1
They are not open and close tags, both are break tags in two different ways! I want to know the difference
0
<b> break in HTML, </br> break in XHTML
- 2
br dont need any closer