Topic: Wondering if i should use a table or several lists/divs
I want to essentially create a grid of books, where each section in the grid shows a book cover, title and author. Ive thought of either doing this in a table, or divs for the rows, and each div contains a list. The list items would store the image, title, and author. What you guys think would be the more correct way of doing things?