+ 1
Which is more correct to use for a line break? 1)</BR>. 2)<BR />
3 Answers
+ 1
well technically you could just do <br> without closing and it should work the same :/
+ 5
+ 4
I think the second one because the first one is looking like a closing tag and makes the code unreadable for others, but if you're interested in this part you can take a look at the googles style guide which debates especially things like this.
https://google.github.io/styleguide/htmlcssguide.html