Do you put the background-property in the html or the body element?

1 Answer

Answer :

As far as I know, it only works with the body, but I don’t use html much so I could be wrong.

Related questions

Description : Identify the errors and write the correct HTML code 1. -Technology

Last Answer : 1. 2.

Description : Background images in HTML?

Last Answer : Here is a link that explains things rather nicely. I really like this sight in general. http://reference.sitepoint.com/css

Description : Observe the following Web page and write HTML code to generate it: 1. Background color of page is yellow. -Technology

Last Answer : The HTML code is INDIAN RHINOCEROSThe Indian rhinoceros lives primarily in northern India and Nepal. These massive beasts have some noticeable physical differences from their African relatives.Their segmented hide looks like a ... .5 ft; Height up to 6 ftWeight4,400 lbs (2,000 kgkg) For more Details

Description : To set image as background of an HTML table, you can use………………… attribute. -Technology

Last Answer : To set image as background of an HTML table, you can use backgroundattribute.

Description : Can I put an html link on the iPhone home screen?

Last Answer : While on that page in Safari, click the little ”+” at the bottom and select “Add to Home Screen.”

Description : Give examples of a container element in HTML. -Technology

Last Answer : , , .

Description : Give the examples of an empty element in HTML. -Technology

Last Answer : The examples of an empty element in HTML is ,

Description : A root element is (a) a bridge between HTML and XML (b) the parent of all other elements -Technology

Last Answer : (b) A root element is the parent of all other elements.

Description : i. Are these tags part of HTML code or XML code? ii. Identify the root element. -Technology

Last Answer : XML codei. Companyii. name, deptiii. eid, deptid

Description : What is the Canvas element in the HTML? -Web-Development

Last Answer : answer:

Description : When writing a story, do you have to add background to why something happened or can you simply put it into another whole book?

Last Answer : I don’t think you have to go into it in too much detail. Just a hint can create tension and make the reader curious enough to want to read on. You can explain more later as the story develops if you like, but you are in charge, it is your story and you can tell it any way you want.

Description : What would you do if a person you know to be mentally unstable said they passed a background check and put a .38 on layaway?

Last Answer : Go to the authorities and tell them what you just told us, after that I don’t think there is anything else you can do.

Description : How to manually put a background image on a tumblr layout that happens to have that feature disabled?

Last Answer : Step one – EDIT HTML button. Step two – Note the highlighted part. Chang it to the url for the image you want.

Description : What is a good program to put video background on your webcam feed?

Last Answer : Like chroma key?

Description : How do I put my own image as a background on Tumblr?

Last Answer : I can help you with this. But you need to add a NSFW to your link. For now I will flag it until you add it.

Description : How do I put a background behind Photoshop on a Mac?

Last Answer : Hit the letter “F” (full screen) to toggle three different sizes background. I think twice fills the screen to gray and three times makes it black.

Description : How do I put a background on my iphone?

Last Answer : Not sure what you want to do. Put new wallpaper on your phone?

Description : Tumblr: How do you put an image as a background?

Last Answer : Could you link to the layout, or your blog? It may help getting started and give a more complete answer. Typically you can assign a background image to either the html or body element using css an example ... can help. There's some similar questions/answers to the right ====> that may help as well

Description : How do you put a picture in the background of your tumblr instead of a color?

Last Answer : body { background-image: url(‘http://davinci.ask-public.com/images/v2/logos/ask-public.png’); background-repeat: no-repeat; }

Description : Why did renaissance artists put religious subjects in the background?

Last Answer : Feel Free to Answer

Description : How to remove or color over a background you drew lineart on on accident in Sketchbook?

Last Answer : Scrape the paper with an X-acto© blade to remove the paper and color.

Description : How do I get rid of this box that says "Set as desktop background" that's in the middle of my screen?

Last Answer : Have you rebooted lately? Rebooting fixes most temporary problems.

Description : What do you use as your background picture for your computer monitor?

Last Answer : Johnny Depp

Description : How to change my computer background to an animated picture?

Last Answer : answer:I don't think it can be done, and if so, why doing that? It will affects the computer's performance. On Windows 7 I don't find a way to do that, but you can make a replacement ... motion, it may look like your bacground is animated, but it just few picture or slideshow change after a while.

Description : What do you have as your background and screensaver?

Last Answer : I took my partner’s laptop and kept his thick wall of bamboo plants background and I don’t have a screensaver.

Description : How do I get rid of the background noise when I Skype with someone?

Last Answer : What is your laptop sitting on? While you can't stop your fan once it comes on, maybe you can prevent your computer from getting to the point where it needs your fan. I've seen several ... could be wrong though, maybe someone else that knows a bit more about computers will have some other ideas.

Description : What color background uses the least amount of power?

Last Answer : No and no. Turning down the brightness can help, but not changing the color or removing icons.

Description : What is the funniest background you have ever seen, and where did you get it?

Last Answer : This is my current background, cracks me up sooo good!! HAHAHAHA!

Description : How do I change my background for the Tumblr theme (bubbles)?

Last Answer : actually, i think i’ll change my background to this: http://media.photobucket.com/image/vintage%20backgrounds/iconsforfree/Backgrounds/vintage.jpg?o=117

Description : How do you view a background image on google chrome?

Last Answer : I will gladly participate in this as soon an Chrome comes to Mac

Description : How to add a hyperlink to an html webpage which takes you to another html webpage?

Last Answer : Use the ANCHOR tag. The tag defines a hyperlink, which is used to link from one page to another. The most important attribute of the element is the href attribute, which indicates the link's ... browsers: An unvisited link is underlined and blue. Thee are other ways, but this is the easiest.

Description : If I key F12 on my keyboard it brings up the HTML code that controls the page. What would someone use that for?

Last Answer : F12 opens the developer tools. We (developers) use this every day. It would likely be of little use for you, however.

Description : In HTML, what does the % (percent sign) instruct?

Last Answer : answer:Looks like it’s thestart of an entity. SAUCE!

Description : Does anyone know some good HTML code?

Last Answer : www.htmlgoodies.com

Description : Where can I find a simple how-to tutorial for HTML codes?

Last Answer : try this site: http://www.myhtmltutorials.com/ or the HTML for Dummies book is excellent: http://www.amazon.com/HTML-XHTML-CSS-Dummies-Tittel/dp/047023847X/ref=sr_1_1?ie=UTF8&s=books&qid=1236604022&sr=1-1 I learned HTML and C++ from the Dummies series.

Description : How can I center a page in HTML?

Last Answer : The CSS purists are going to start shooting for sure. But if your page is less-than-pure in that sense, I say to do the following: your content here If you also want vertical centering, you ... the body by CSS, or something like that. I've been there some time ago. Happy publishing ; -)

Description : How can I align and space elements in HTML?

Last Answer : easiest way is with border-less tables. cleanest way is with CSS stylesheets, using a combination of padding, margin, and position. have a read of http://www.w3schools.com for more on the CSS methods.

Description : How can I get a form to work in HTML?

Last Answer : It's not done in HTML, it's done in a server-side script such as PHP or Ruby or Python, etc. Most servers have at least one of the above languages installed, so you can probably look for a ... contact or mail scripts, etc. You can also go with a service like Wufoo.com to handle everything for you.

Description : Which is the best HTML editor?

Last Answer : I strongly suggest sticking with Notepad++. The only other editor I would condone using is Dreamweaver, because out of all editors I've seen, it's the closest to being an industry standard. Not like it ... tags and attributes, and a simple code editor like Notepad++, is all you need as a rookie.

Description : How can I insert Images in HTML?

Last Answer : Most likely the image has not been uploaded to the web server.

Description : What program can I use to scan my HD for HTML templates I have and create a centralized thumbail catalog?

Last Answer : Need this too, thanks.

Description : Body background images in Outlook 2007?

Last Answer : As far as I know, Outlook 2007 doesn’t support background images in any way. It especially sucks because so many people use Outlook.

Description : ………. attribute of BODY tag helps to set background color. -Technology

Last Answer : bgcolorattribute of BODY tag helps to set background color.

Description : Background is an attribute of : (i) tag (ii) tag (iii) tag (iv) tag -Technology

Last Answer : Background is an attribute of tag

Description : What is the use of tag in HTML code? Write any two attributes used with this tag. -Technology

Last Answer : The tag encloses the main part of the document. It contains all the contents of a document. Various markup elements are allowed within the body to indicate headings, paragraphs, lists, hypertext links, images and so on. The tag uses various attributes such as background, bgcolor etc.

Description : What does tag in HTML contain? Write any two attributes used with this tag. -Technology

Last Answer : The tag encloses the main part of the document. It contains all the contents of a document. Various markup elements are allowed within the body to indicate headings, paragraphs, lists, hypertext links, images and so on. The tag uses various attributes such as background,bgcoloretc.

Description : Where do you place the tag in a HTML? (a) BODY (b) HEAD -Technology

Last Answer : (b) tag is placed in the tag.

Description : All HTML document contains only tag. -Technology

Last Answer : False All HTML document contains various tags.

Description : The W3C is the chief standards body for: a) HTTP b) HTML c) Both of Above d) None of These

Last Answer : c) Both of Above