+ 1
In CSS can I make a customize table from start our I need to make a struture in html first?
making a table in CSS
1 Resposta
+ 1
You allways need HTML on which will be CSS applied. But if you are asking if you need <table> to style HTML like table than not - you can use display: table (and others table-* display values) to style your HTML like it is a real table.