</br>Where should the closing tag be placed? Is it the beginning or the end?
<br /> tag is an empty tag, meaning it has no closing tag. So this is wrong:<br></br>
Thanks
In xml, </br> represents the end. In html, <br>
<br /> tag is an empty tag, meaning it has no closing tag. So this is wrong:<br></br>
Thanks
In xml, </br> represents the end. In html, <br>
is generally used directly.