+ 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 Respuestas
+ 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