图2

以下是我在vscode下做的代码

图3

htmldiv内容水平居中若何让div盒子里的内容程度居中垂直居中。203 Angular

&lt;!DOCTYPE html><html lang=\公众en\"大众><head> <meta charset=\"大众UTF-8\"大众> <title>Document</title> <style> .hz{ width: 300px; height: 200px; background: #f00; margin: 100px 0px 0px 200px; text-align: center; / 这是让内容水平居中 / line-height: 200px; / 这是让内容垂直居中,只要把行高设置得和盒子的高度一样 / } </style></head><body> <div class=\"大众hz\公众>我是盒子里的字</div></body></html>