Home
HTML
CSS
JS
PHP
Query
Mix
git
Search form
Search
You are here
Home
» How remove the space between table cells
How remove the space between table cells
table {
border-collapse: collapse;
border-spacing: 0;
}
code type:
css