生日快乐HTML网页代码
<!DOCTYPE html>
<html>
<head>
<title>生日快乐</title>
<style>
body {
background-color: pink;
font-family: Arial, sans-serif;
}
h1 {
color: white;
text-align: center;
font-size: 50px;
margin-top: 100px;
}
p {
color: white;
text-align: center;
font-size: 30px;
margin-top: 50px;
}
</style>
</head>
<body>
<h1>生日快乐!</h1>
<p>祝你生日快乐,天天开心,事事顺心!</p>
</body>
</html>
原文地址: http://www.cveoy.top/t/topic/fsdU 著作权归作者所有。请勿转载和采集!