是要这个吗
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<title> 页面名称 </title>
<style type="text/css">
h1 {
background-color: #09f;
color: #fff;
padding: 10px;
border-radius: 5px;
}
</style>
</head>
<body>
<h1>秋季赛快讯:</h1>
</body>
</html>
如有帮助,望采纳!谢谢!