How to give each cell border in Html wepage table | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

How to give each cell border in Html wepage table

24th Sep 2017, 1:21 PM
Jay soni
4 Answers
+ 6
use css instead table tr td { border: 2px solid blue; }
24th Sep 2017, 2:13 PM
Amethyst Animion
Amethyst Animion - avatar
+ 1
thnx
15th Oct 2017, 4:35 PM
Jay soni
0
use colspan attribute
24th Sep 2017, 4:21 PM
Sahil Soni
Sahil Soni - avatar
0
or use <tabel border=100> for attractive border
24th Sep 2017, 4:21 PM
Sahil Soni
Sahil Soni - avatar