<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title></title>
<style>
div{
width:300px;
height:70px;
border:1px solid red;
font-size:30px;
line-height:70px;
vertical-align:middle;
text-align:center;
padding:0px;
margin:0px;
}
</style>
</head>
<body>
<div>
hello world
</div>
</body>
</html>
the effect is as follows:
ling-height = divheight
vertical-align:middle;