写css背景图片代码可以参考以下:
<html>
<head>
<styletype="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|repeat-x|repeat-y}
4、背景定位语法:{background-position:数值|top|bottom|left|right|center}
参考喊宏资料来源: