Layouts without Table using DIV tags by CSS Float Property
Once upon a time we used to make HTML page layouts using normal tables. But that makes our codes very messy. Tables are to represent tabular data and it always should. We should not use tables for Layouts as it is also not in web standards. DIV means division, and DIV tags are to differentiate... continue reading.
Read More