answersLogoWhite

0

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

Updated: 8/19/2019
User Avatar

Wiki User

13y ago

Best Answer

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

User Avatar

Wiki User

9y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is the HTML codes for a picture in the background?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is the css code for posting a picture?

A picture (other than the background) is done in HTML. Borders and the like are controlled with CSS.


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

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


Html picture code for Repeat down not across?

Set the background-repeat value to "repeat-y".Example:


How do you put color on background for websites?

This is the HTML tag: <body bgcolor="green"> or you can use codes <body bgcolor="#00FF00">


How do you make a background on stardoll presentation without word or firefox?

Any Web Browser is available for your Presentation. Not using Firefox just limits you of Flashing Text and some Multiple Borders.You are able to use HTML Codes (preferred) or different coding for your background and multiple effects. Plus, you can drag Backgrounds from different users on Stardoll, which I suggest you to create your own preferred background. I include you the HTML Code for Backgrounds with Text Alignment, Font, Font Size, Font Color and Text Shadow included. For different colors you can use to modify your background code I included 'Computer Hope: HTML Color Codes and Names.'Background Code:Background HTML CodeIf you just want the background code you can just use:Background HTML CodeYou edit the color of the Background, deleting "8B0000" for "red" or other colors listed on the page I included before. You write on the "Background HTML Code" with other text of your choice. If you need more information about HTML Codes you can contact me on my Message Board.Answered by Megajessica225 add me :) and heart my yb


What are the basic HTML codes?

Some basic HTML codes are as followed


How do i change my Tumblr background everytime i click on customize appearance and themes the custom HTML isn't there?

After you click on the "Customize Appearance" link, the bar on the left should show either your selected theme or "custom theme." You should see an "Edit HTML" button next to it. Clicking on that will bring you to the HTML of your theme. You can change your background on the HTML. Or instead of going to the custom HTML, you can go under Appearance and you can either upload a picture for your background or change the colour of it.


What is a HTML coder?

Someone that codes in HTML


Which HTML codes do not require closing?

As far as I know, all HTML codes require a closing tag.


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: <body background="http://www.example.com/picture.jpg">


How do you publish a webpage made of HTML codes?

it is very simple only you have to do is after writing html codes save the file with the extension .html example=web.html


What is the code of backround in HTML?

Background can be easily added into the HTML code. in the <style> element you can add background-color="red".