In CSS can I make a customize table from start our I need to make a struture in html first? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 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

28th Dec 2016, 12:00 PM
Eduardo Domingues
Eduardo Domingues - avatar
1 Answer
+ 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.
28th Dec 2016, 12:09 PM
Ondřej Doněk
Ondřej Doněk - avatar