Answers for "set text to top of the row in html table with center alligned"

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 "set text to top of the row in html table with center alligned"

Browse Popular Code Answers by Language