Home > Article > Web Front-end > How to center div in html
The way to center a div in HTML is to introduce a css style to the div, and then add the automatic centering code [margin: 0 auto;], and use the left and right auto of the outer margin to center the div.
The operating environment of this article: windows10 system, html 5, thinkpad t480 computer.
First we create an html file, insert a div tag [
] in the body, and introduce a css style in the head [The above is the detailed content of How to center div in html. For more information, please follow other related articles on the PHP Chinese website!