+ 3
Is there a space between <br and /> is it <br/> or <br />.
2 Respuestas
+ 9
it is <br> for html no need to close the br statement
in xHTML you need to close the br statement with <br />
https://www.w3schools.com/tags/tag_br.asp
+ 5
all of them work accurately you need to close the tag if you want to parse the document by an XML parser or you are writing in xhtml etc