...
In your CSS, use div.center { text-align: center; } div.center ta..." /> How Do I Center A Table? ...
In your CSS, use div.center { text-align: center; } div.center ta..." /> ...
In your CSS, use div.center { text-align: center; } div.center ta..." />
Answers

Question and Answer:

  Home  HTML

⟩ How do I center a table?

In your HTML, use

<div class="center">

<table>...</table>

</div>

In your CSS, use

div.center {

text-align: center;

}

div.center table {

margin-left: auto;

margin-right: auto;

text-align: left;

}

 235 views

More Questions for you: