Possible Duplicate:
Why should I use ‘li’ instead of ‘div’?
I'm figuring out how to make a perfect slideshow/homepage slider. Many tutorials and examples use li elements for each slide, while others use divs. What would be the benefit of using list items? It looks convoluted to me: normally divs are used to separated content fields.