console
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
</head>
<body>
<br />
<br />
<br />
<h1> 生日快乐</h1>
<p>
祝生日快乐,天天开怀合不拢嘴悠悠的
<br /> 云里有淡淡的诗,淡淡的诗里有绵绵的喜悦,
<br />绵绵的喜悦里有我轻轻的祝福,生日快乐!
</p>
</body>
</html>
body {
background: url("https://i.loli.net/2020/11/20/zKvoM6nCPHWSGry.jpg")no-repeat;
}
h1 {
font-family: "华文琥珀";
color: hotpink;
}
p {
font-family: "华文行楷";
font-size: 25px;
color: lightskyblue;
}