Answers for "html table how to make one row to center"

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

table td data in middle

vertical-align: middle
Posted by: Guest on November-26-2020

Code answers related to "html table how to make one row to center"

Browse Popular Code Answers by Language