I've created a simple video & photo sharing website. I want to arrange the preview (thumbnail view) of photos and videos in a tile-like format (like windows 8 start screen) in the home page.
I'm confused as to which tag I should use: table or div. I think it's quite easy to do it using tables, but I don't want to use it because it's solely used for tabular data. I also think that it could cause problems down the road (perhaps getting messy during maintenance.)
The other option is to use a div tag, but I don't know how I would go about doing this with a div tag.
Which one should I go for? A table or a div? If I should use a div, how would I implement this?
