源代码:
下载代码
AI 编程工具
点击运行
<!DOCTYPE html> <html> <head> <style> body { background-image:url('paper.gif'); background-repeat:no-repeat; } </style> </head> <body> <p>no-repeat 设置显示一个背景图片没有重复只有一次。</p> </body> </html>
运行结果: