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

Html question

How to center a table using html

30th Nov 2017, 11:56 AM
cristelle
cristelle - avatar
2 Answers
+ 7
use an align center on table tags example : <table border=1 align=center>
30th Nov 2017, 12:07 PM
MuhaRam
MuhaRam - avatar
+ 4
You can also use <center></center> to do that.
16th Jun 2019, 12:52 PM
1234554