运行结果尺寸: 300 x 150
x
 
<!DOCTYPE html>
<html>
<head>
<style>
.center {
  text-align: center;
  color: red;
}
</style>
</head>
<body>
<h1 class="center">红色和居中对齐的标题</h1>
<p class="center">红色和居中对齐的段落。</p> 
</body>
</html>
×

报个问题: