Tag Archives: table
basic tips and tricks: 2. DIV vs. TABLE
A lot of people don’t really know when to use what kind of elements to build up an HTML page therefore I would like to take the time to explain tables and div elements. Tables are created to display data, … Continue reading
Tables: use or don’t use
When creating a more complex table the last few days, I noticed that it is very useful to create them with the different additional elements: tbody, thead, tfoot, col, th, td, etc… In order to create a table in your … Continue reading