我用软件写,为什么文字不能居中
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>我的练习</title>
<style type="text/css">
<h1>{
text-align:center;
}
</style>
</head>
<body>
<h1>我的标题</h1>
</body>
</html>
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>我的练习</title>
<style type="text/css">
<h1>{
text-align:center;
}
</style>
</head>
<body>
<h1>我的标题</h1>
</body>
</html>
2019-11-29
举报