我用軟件寫,為什么文字不能居中
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>我的練習(xí)</title>
<style type="text/css">
<h1>{
text-align:center;
}
</style>
</head>
<body>
<h1>我的標(biāo)題</h1>
</body>
</html>
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>我的練習(xí)</title>
<style type="text/css">
<h1>{
text-align:center;
}
</style>
</head>
<body>
<h1>我的標(biāo)題</h1>
</body>
</html>
2019-11-29
舉報(bào)
2019-11-29
<h1>{
text-align:center;
}
修改為:
h1{
text-align:center;
}