HTML设置背景图片全屏怎么设置<body background=
发布网友
发布时间:2022-05-04 12:14
我来回答
共4个回答
热心网友
时间:2022-04-19 09:57
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>无标题文档</title>
<style type="text/css">
<!--
body {
background-image: url(图片路径);
}
-->
</style></head>
<body>
aa</body>
</html>
热心网友
时间:2022-04-19 11:15
你的错了,应该是这样
<
body
background="图片地址"
>
热心网友
时间:2022-04-19 12:49
<body
background=http://img12.hc360.cn/12/busin/163/380/b/12-163380492.jpg
热心网友
时间:2022-04-19 14:41
<bodybackground=(文件路径)
repeat;