How can I apply a border only inside a table?

前端 未结 9 518
盖世英雄少女心
盖世英雄少女心 2020-11-30 17:24

I am trying to figure out how to add border only inside the table. When I do:

table {
    border: 0;
}
table td, table th {
    border: 1px solid black;
}
         


        
9条回答
  •  醉酒成梦
    2020-11-30 17:36

    Example of a very simple way for you to achieve the desired effect:

    1111 2222 3333
    4444 5555 6666

提交回复
热议问题