Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Creating tile like structures in HTML5

Tags:

html

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.

like image 414
Surjya Narayana Padhi Avatar asked Feb 23 '26 16:02

Surjya Narayana Padhi


1 Answers

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

like image 129
ben Avatar answered Feb 26 '26 09:02

ben