Hi everyone! Do you use CSS or Tables. CSS is the newest technology alowing you to control the HTML. The CSS is used in layers (divs) which allows you to combine the functions of HTMl & DHTML in some easy to read non complicated code. So what do you use CSS or tables? Thanks all!
I would recommend the CSS because in it you can define any layout you want. You can customize the single line is CSS for whole layout to update. It cut downs the number of lines of code. Once you define the class in CSS with it's property then you just need to call that class in your code, no need to write the whole code again in your code design. In CSS you can define your font, style, colors etc. So I would suggest, go with CSS.
This (https://vanseodesign.com/css/css-divs-vs-tables/) was an article all the way back in 2009, but the debate still stands from time to time. The obvious winner now though is CSS given its more sophisticated integrations and capability to be customized in several ways.