logoalt Hacker News

1vuio0pswjnm7yesterday at 5:54 PM0 repliesview on HN

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