center table in HTML

前端 未结 8 1138
抹茶落季
抹茶落季 2020-12-03 08:53

How can I center the table within a div using html?

I have placed my content within a div tag and set the text-align

8条回答
  •  独厮守ぢ
    2020-12-03 09:20

    Instead of

    you could write

    Which gives you a div with the width of 600 pixels and centers the div in the parent element.

提交回复
热议问题