Linux, Open Source, Free Software, Bicycles, and other topics of interest.
Posts tagged styling div elements
How to style Div elements as Tables
4 years ago
It is possible to display any HTML element as a table using the CSS display property. Now a days with modern web browsers providing support for advanced CSS properties, it has become feasible to use block elements to display data in a tabular format. This is done by clever use of the values in the CSS display property.
(more…)