Answers for "table in center html"

CSS
0

css center table on page

<table align="center">
    ...
  </table>
Posted by: Guest on May-29-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