Creating texture structures in HTML5

I am currently learning HTML, which can be called HTML5 latest. I wanted to create some tile-like structure as shown below.

enter image description here

  • Logo
  • Website header
  • Navigation bar
  • To show the date and time
  • Table header row
  • Table Rows and Columns

I am updating table cells with some data I got from a MySql query. I am confused where to use div and where to use only HTML text, etc. To create the table below, do I need to put a Div in each cell? Please advise how to do this. If someone can provide some html skeleton code for the above structure, I would be very grateful.

+3


source to share


1 answer


You may need a grid layout. Check out 960 grid system or twittter bootstrap



+1


source







All Articles