Hacker News new | ask | show | jobs
by Manishearth 4104 days ago
Apparently a lot of the older webpages do stuff like this. You could have a table being outputted by nesting for loops for the `<table>`, `<tr>`, and `<td>` opening/closing tags. It's a small step from here to constructing tags bit by bit.

I don't see people doing it in modern websites (doesn't mean there aren't), but we sort of have to support all of the Internet, so...