Surjya Narayana Padhi
Surjya Narayana Padhi

Reputation: 7841

Creating tile like structures in HTML5

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.

enter image description here

  1. Logo
  2. Website title
  3. Navigation Bar
  4. To show date and time
  5. Table heading row
  6. Table rows and colums

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

Answers (1)

ben
ben

Reputation: 221

What you may need is the grid layout. Check out 960 grid system or twittter bootstrap

Upvotes: 1

Related Questions