Comment by 1vuio0pswjnm7

Comment by 1vuio0pswjnm7 8 hours ago

0 replies

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 browser

If I am viewing in graphical browser I wrap the lists in <pre> tags

I don't think I've ever closed <br> tags