I have an HTML website with a table. I want to center the table on the screen so that it is always centered on any screen with any resolution? Does anyone know any code for this?
I have an HTML website with a table. I want to center the table on the screen so that it is always centered on any screen with any resolution? Does anyone know any code for this?
Code:<div align="center"> <table> <tr> <td>whatever</td> </tr> </table> </div>![]()
Bookmarks