Tag Archives: table

hints for lists

We are, on a daily basis, creating lists and overviews for users, but it isn’t that easy to create a simple efficient list that is easy to use and has a nice layout. So what are the things that have … Continue reading

Posted in html | Tagged , , | Leave a comment

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

Posted in css, html, Tips and Tricks | Tagged , , , , | Leave a comment

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

Posted in css, html | Tagged , , , | Leave a comment