How can I apply a border only inside a table?

前端 未结 9 500
盖世英雄少女心
盖世英雄少女心 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:43

    that will do it all without css

    code from: HTML CODE TUTORIAL

    提交回复
    热议问题