The sadly neglected tree-table
Monday, September 20th, 2004Neglected by HTML, at least. As far as I can tell, there’s no semantic way in HTML to represent a tree-table. A tree can be represented by nested lists, and a table by, well, a table, but there’s no way to combine the two.
Tree-tables are pretty commonly used by software applications, and with […]