Reputation: 7841
Currently I am learning HTML which you can say HTML5 as its the latest. I wanted to create some tile like structure as showon below.
I will update the table cells with some data which I got from MySql query. I am confused where to use div and where to use just html text ect. For the below table to create do I need to put Div in each cell? Please advise how to proceed with this. If someone can give some html skeleton code for above structure I would be very much grateful.
Upvotes: 3
Views: 4309
Reputation: 221
What you may need is the grid layout. Check out 960 grid system or twittter bootstrap
Upvotes: 1