What markup would you use as most appropriate for a tree view of threaded comments? Example: http://forums.dpreview.com/forums/read.asp?forum=1034&message=38217428 - just scroll lower below the message body.
I need to build a similar structure on a site and wonder what html tags to use for displaying the whole structure and individual comment lines:
- table, tr, th, td
- div
- ul, li - probably nested lists?
So far my inclination is towards tables as it seems the easiest solution and I can’t find any tags that would be specifically suited for this purpose. What are your ideas?