html - CSS - Border only inside the table - Stack Overflow
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; } The border is around the whole table an......