关于CSS样式不起作用的问题!
只想弄个网页背景的,可是写好代码了,没反应!始终是空白得网页!求高手解释下呢!程序代码:
<html> <head> <style type="text/css"> body {background-img:url(C:\Users\Administrator\Desktop\弹吉他.jpg); background-repeat:no-repeat;} </style> </head> <body> </body> </html>
<html> <head> <style type="text/css"> body {background-img:url(C:\Users\Administrator\Desktop\弹吉他.jpg); background-repeat:no-repeat;} </style> </head> <body> </body> </html>