Answers for "table horizontal align"

CSS
0

how to center the table horizontally css

table
{ 
    margin-left: auto;
    margin-right: auto;
}
Posted by: Guest on August-20-2020
0

how to align table in html

.centerTable { margin: 0px auto; }
Posted by: Guest on June-23-2020

Browse Popular Code Answers by Language