Need some help regarding HTML
Asked By
0 points
N/A
Posted on - 03/07/2012
I have two images and want to apply both images to my web page background,is there any way to do this using HTML or CSS?
I have two images and want to apply both images to my web page background,is there any way to do this using HTML or CSS?
You can use any image as a background in your web page.
You just need to host the image using any file hosting site so that the image can be displayed.
Or you can upload the image to be used as background in your website then just copy its URL.
Here are some of the scripts that can be used to display the image as a background in your webpage using CSS.
Just add this script to your CSS file.