answersLogoWhite

0

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

Updated: 8/17/2019
User Avatar

Wiki User

14y ago

Best Answer

Change the <body> tag to <body style="background-image: image.jpg">. Replace image.jpg with your image.

User Avatar

Wiki User

14y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Put a picture in the background of a webpage using HTML?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

How do you make a background on a webpage using HTML?

Making a background on a webpage in HTML is deprecated; you are advised to use CSS instead. However, if you must use HTML and only HTML, then place the "background" attribute in the body tag of the document in question like so: &lt;body background="http://www.example.com/picture.jpg"&gt;


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 make backgrounds that were originally from a picture using HTML?

Use the attribute Background=".." inside the start Body tag using the URL of the image as the value. It should look like this: &lt;body background="http//image URL./nameofimage.gif"&gt; this will place the image as the background of your webpage, and at the end of your HTML document you close the Body &lt;/body&gt; If the size of the photo is smaller than the size of the page the image will be repeated to fill in the space.


Can you set a song as your webpage background?

you can use HTML to program a song into your website.


How do you use notepad to make a webpage?

Using HTML Codes


What is the HTML codes for a picture in the background?

You can easily adjust the background of a web page as a picture. It can be set as : background-image="url('url-source')."


What is the significance of HTML in web designing?

HTML is a formatting language that tells a browser how to display content. You can not create a Webpage without HTML. Many web designers will create the HTML in the background for you.


Can you open a videoaudio file using the anchor tag in HTML?

Yes. Doing this will cause the file to open in a separate window; it will not create background music or embed the video in the webpage itself.


What is a HTML webpage?

A HTML Webpage is a page created on HTML. It runs on browser and co-ordinates with web.


How do you put a background on your webpage?

To add a colored background, use the attribute BGCOLOR=".." inside the start Body tag using the color you want as the value. It should look like this: this example will give you a black background, and at the end of your HTML document you close the Body You can set the value="..." of the background to what ever you like. To add a picture background use the attribute Background=".." inside the start Body tag using the URL of the image as the value. It should look like this: this will place the image as the background of your web page, and at the end of your HTML document you close the Body tag If the size of the photo is smaller than the size of the page the image will be repeated to fill in the space.


How do you navigate to other page in webpage while writing code in HTML?

You can easily navigate to other page in webpage while writing code in HTML. It is done by using &lt;a&gt; tag before the element.


Can you put a clipart on a webpage in HTML so it shows without it being a link?

Yes you can put a clipart picture on a HTML web page as a link Yes , you can put a clipart picture on an HTML webpage without it being shown as a link by this code: &lt;IMG SRC="whatever you name your picture .and whatever the type of file it is"&gt; For the type of files here are some examples: .jpg, .gif, .wif etc.