Answers for "center element in table cell html"

CSS
1

how to put a table in the middle of a div in html

<div>
  <table border="1" align="center">   </table>
</div>
Posted by: Guest on January-06-2022
0

css center table on page

<table align="center">
    ...
  </table>
Posted by: Guest on May-29-2020

Browse Popular Code Answers by Language