<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>女神节快乐 | w3cschool.cn</title>
<style>
body {
background-color: rgb(250,227,221);
font-family: Source Han Sans CN, Source Han Serif SE;
}
h1 {
text-align: center;
color:pink;
}
img {
display: block;
margin-left: auto;
margin-right: auto;
}
p {
text-align: center;
font-size:20px;
color: rgb(200,0,0);
}
</style>
</head>
<body>
<h1>38女神节快乐!</h1>
<img src="https://atts.w3cschool.cn/attachments/image/20230308/1678258787377870.gif" alt="女神节" width="300" height="300">
<p>你是最美最棒的????女程序员!</p>
<p>愿你每天都开心❤幸福!</p>
</body>
</html>