Just wondering is it possible to use HTML alone to create a div columns without the use of any CSS?
It would make things easy for me with less code etc. Thanks for any suggestions or examples.
Just wondering is it possible to use HTML alone to create a div columns without the use of any CSS?
It would make things easy for me with less code etc. Thanks for any suggestions or examples.
A dirty hack would be to use a table. This has a number of limitations compared to CSS, the notable ones being:
It gives none of the benefits over CSS that you say you are looking for.