answersLogoWhite

0

How do you put an image background on websites?

Updated: 8/18/2019
User Avatar

Wiki User

13y ago

Best Answer

Here's the HTML tag:

<body background="yourimage.gif"> or

<body background="yourimage.jpg">

User Avatar

Wiki User

13y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How do you put an image background on websites?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

How do you put a color background on websites?

You can only change a website if it belongs to you. for instance i have a website of my own. i created it using webeden. when i log in, i can edit anything i want, including the color background. you try!


Put a picture in the background of a webpage using HTML?

Change the &lt;body&gt; tag to &lt;body style="background-image: image.jpg"&gt;. Replace image.jpg with your image.


How do you set background image in panel?

Yo can set the background image by setting the style element. To put it in a panel, wrap it inside a DIV tag.


Put your self pictures at your Friendster background?

view your image and then copy the URL and then paste it to background URL=


How do you put a background into a YouTube video?

To set your YouTube background, go to your channel, then settings, then advanced options, then background image. Choose your image from a file on your computer.


How do to create a static webpage with only one image as background?

Use html only and that should give you a static page. You can put image as background by using css


How do you put image on background on a iPod nano?

go to the website and type in movies.


What websites do you use to get pictures to put on your psp?

any website you have to put your cursor over and image and press triangle and go to save image.


How do you put a image for a background on a PowerPoint?

You right click the the background then click on format background then picture and texture fill, file and then select which picture then click close.


If you use CSS to configure both the background image and the background color what will happen?

In most browsers the background image will be shown. If the image has been configured so as not to repeat, and the element is larger than the background image then the area that is not covered by the background image will display the background color. DJL


How do you make the background for the ipod os4?

you can not change the background You can set a lock-screen or home-screen background by going to "Settings" then "Wallpaper" you can select an image from Apple's default selection or a picture you have put onto your device. After selection the image you want to use, tap the image. This will bring up a preview screen. Once you are happy with the background tap "Set" and you will be asked if you want to set the image as the lock screen background, home screen background or both.


What is the HTML tag for a background?

There is no HTML tag for a background as such. You put in backgrounds by using the attributes of certain tags, depending what you want to put a background on and how you want to display the background. You can also use styles to do it. You can have a colour or an image as a background. The bgcolor attribute is used in a lot of different tags to put background colours on things. So if you wanted the background colour of your page to be red, then you would have the Body tag with the bgcolor attribute like this:If you wanted an image as the background to your page, you'd have:Using styles you can do more complicated things with backgrounds. For example, you can use a style to put a background on a paragraph in different ways:This paragraph will have your image as a background repeating horizontally.Your paragraph text goes hereThis paragraph will have your image as a background displaying only once.Your paragraph text goes hereThose are just 2 ways, but there are lots more, and they can be applied not just to paragraphs but to other structures like the body or a table or whatever you want.