a bout border-collapse | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

a bout border-collapse

border- collapse property takes separate value as default , what is the nother value?

27th Jun 2016, 9:12 AM
goory
goory - avatar
3 Answers
+ 2
the possible values are: separate, collapse, initial, inherit. See their meaning here: http://www.w3schools.com/cssref/pr_border-collapse.asp
29th Jun 2016, 10:44 PM
Igor B
Igor B - avatar
0
one exemple for you ;;; <table border="1" cellpadding="2" cellspacing="0" style="height: 150px;"> <tr> <td class="top">Top</td> <td class="middle">Middle</td> <td class="bottom">Bottom</td> </tr> </table>
28th Jun 2016, 1:38 PM
sagir
sagir - avatar
0
cellpadding and cellspacing ,style dependent you. You can change with that
28th Jun 2016, 1:41 PM
sagir
sagir - avatar