- 1
Good morning sir. My line th colspan="6" is not apply bordered. Thanks you sir.
table bordered line th colspan="6". https://code.sololearn.com/WB0ejLu9pJAS/?ref=app
1 Respuesta
0
in your table the th with colspan = 6 has border but the body don't have padding just put
body {
padding: 10px;
}
in css