+ 1
table
i'm learning HTML. how can i place a table at the centre? i tried <table align="centre"> but it didn't work.
4 RĂ©ponses
+ 22
There should be "center", not "centre"đ
+ 17
You are welcome, @Aymen Alayađ
+ 5
You could also use css and use text-align:center; in the css
+ 3
@NezhnyjVampir thank you sir