To those who have a good understanding of the W3C specification, what do you think would be the best way to markup a list (with each item relatively small) of articles. For example, the list of tutorials at http://pixel2life.com Tables, divs, ul, dls? Thanks in advance, Sam.
If you're talking about the content in the middle, go with an ordered list. <ol> <li></li> </ol> Code (markup):