I use this daily with local HTML files, specifically not closing <li> tags
For example, I generate numbered lists of URLs something like
<li><a href=http://example.com>http://example.com</a>
This is for text-only browserIf I am viewing in graphical browser I wrap the lists in <pre> tags
I don't think I've ever closed <br> tags