Horje
table align Code Example
table align
<!-- Center table in page -->
<TABLE class="w3-table w3-striped w3-bordered w3-border w3-white" align="center">
...
</table>

<!-- Center content of table -->
<div style="overflow-x:auto;">
<TABLE class="w3-table w3-striped w3-bordered w3-border w3-white">
  <thead style="text-align:center">
    <tr>
      <th>...</th>
    </tr>
  </thead>
  <tbody style="text-align:center">
    <tr>
      <th>...</th>
    </tr>
  </tbody>
</table>
how to align table in html
.centerTable { margin: 0px auto; }




Html

Related
ion2 calendar change event Code Example ion2 calendar change event Code Example
Translate html in magento 2 Code Example Translate html in magento 2 Code Example
html color maroon hex Code Example html color maroon hex Code Example
react bootstrap 5 doesn't apply styles Code Example react bootstrap 5 doesn't apply styles Code Example
Translate Text html in magento 2 Code Example Translate Text html in magento 2 Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
6