html table cell align center code example
Example 1: how to center a table in html
<table style="border:1px solid black;margin-left:auto;margin-right:auto;">
Example 2: table td data in middle
vertical-align: middle
<table style="border:1px solid black;margin-left:auto;margin-right:auto;">
vertical-align: middle