How can I make a table without all bordering rows and columns? | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
+ 1

How can I make a table without all bordering rows and columns?

I need a table like where a border for around the table. And a single border for the heading of the table and then without border. How can I make a table without border?

13th Jan 2020, 6:42 AM
iMiMofficial
iMiMofficial - avatar
1 Antwort
0
Use CSS. table tr td { border: none; }
13th Jan 2020, 8:04 AM
Calin Onofrei
Calin Onofrei - avatar