Answers for "html center table in page"

CSS
0

how to center table text in html

.table{
	text-align:center
}
Posted by: Guest on April-05-2022
0

css center table on page

<table align="center">
    ...
  </table>
Posted by: Guest on May-29-2020

Browse Popular Code Answers by Language