centring a table | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 5

centring a table

how to centre a table with html?

14th Nov 2020, 2:23 PM
Hiba
Hiba - avatar
2 Answers
+ 6
To explain Nasif Rahman 's answer <table border="1"-- the border align="center"> <tr> --row <td>Red</td>-- column <td>Blue</td> <td>Green</td> </tr> </table>
14th Nov 2020, 2:34 PM
🥇👩‍💻 Kintu Michael Evans 🔥🔥( Active)
🥇👩‍💻 Kintu Michael Evans 🔥🔥( Active) - avatar
- 1
🥴
16th Nov 2020, 2:07 PM
Hossen Mahmod
Hossen Mahmod - avatar