Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
您好,我是 HTML 的初学者,我想问一下是否可以设置一个像这样的图像http://www.hdwallpapers.in/walls/water_drops_on_glass-wide.jpg HTML 作为背景。请帮忙!
将此条目添加到样式表中,或将其插入 HTML 部分:
<style> body { background-image:url('http://www.hdwallpapers.in/walls/water_drops_on_glass-wide.jpg'); } </style>