css背景图片代码

来源:百度知道 编辑:UC知道 时间:2024/05/21 11:43:18
写一下css背景图片代码 就是在我空间显示壁纸 abc.jpg
背景音乐怎么加呢? 谢谢

写css背景图片代码可以参考以下:

<html>

<head>

<style type="text/css">

body {background-image:url(abc.jpg);}

</style>

</head>

<body>

</body>

</html>

扩展资料:

1、背景图片语法:{background-image: url(url)|none} 

2、背景固定语法:{background-attachment:fixed|scroll} 

3、背景重复语法:{background-repeat:inherit|no-repeat|repeat|repea