怎样可以把 勇气 居中
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>勇气 居中</title>
<style type="text/css">
h1{
text-align:center;
}
</style>
</head>
<body>
<h1>勇气</h1>
</body>
</html>
h1{
fout-size:12px;
color:#111;
text-align:center;
}