xxxxxxxxxx
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Example of CSS syntax</title>
<style>
h1 {
color: blue;
text-align: center;
}
</style>
</head>
<body>
<h1>这是一个标题</h1>
</body>
</html>