下面代码精彩不能居中
<!DOCTYPE HTML>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title> p标签</title>
<style>
h{font-size:15px;
color:#950;
text-align:center;
}
</style>
</head>
<body>
<h><strong>精彩</strong></h>
<p style="color:red">2000年中国进入新的世界</p>
<p>每一个中国人都能位置骄傲</p>
</body>
</html>