HTML必應壁紙故事背景代碼
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>HTML必應壁紙故事背景</title>
<style>
body {
background-color: #222222;
background-image: url('https://www.bing.com/th?id=OHR.FallMorning_EN-US0534322339_1920x1080.jpg&rf=LaDigue_1920x1081920x1080.jpg&pid=hp');
background-position: center;
background-size: cover;
background-repeat: no-repeat;
background-attachment: fixed;
}
</style>
</head>
<body>
<p>網頁背景圖片為必應壁紙,具有鮮明的季節特色,加強網頁的視覺效果</p>
</body>
</html>
以上是使用HTML代碼實現網頁背景為必應壁紙的故事背景代碼。通過實現代碼中的CSS樣式,我們可以成功將網頁背景設置為必應壁紙,從而使網頁的視覺效果更加出色。
上一篇python 按下按鍵
下一篇mysql分頁查詢數據多