Site Owners Forums - Webmaster Forums

Site Owners Forums - Webmaster Forums (http://siteownersforums.com/index.php)
-   HTML / DHTML (http://siteownersforums.com/forumdisplay.php?f=7)
-   -   How to change background in HTML? (http://siteownersforums.com/showthread.php?t=100823)

keepquiet 09-09-2013 03:57 AM

How to change background in HTML?
 
please tell me about how can i change background color of html page?

jordan_rap13 09-26-2013 12:10 PM

with css:
body{background-color:#fff } //for white
or
body{background-color:#000 } //for black

Andrewhudson040 09-30-2013 03:50 AM

Hi you can change the backgrounds in html follow the code



This is a heading


This is a paragraph.




jtindia 10-01-2013 04:18 AM

you can also try this........

amitsharma11 10-09-2013 03:33 AM

you can try this


Hello world!




or you can visit:: w3schools.com/tags/att_body_bgcolor.asp

truongsinhnb 12-27-2013 02:54 AM

you can change the backgrounds in html follow the code



This is a heading


This is a paragraph.




very good

soufianYH 01-31-2014 10:05 AM

Hi, you can also try this........

mtubuzz 02-04-2014 05:02 AM

You can use command. Any preferred color you like. Hexadecimal codes are available on internet.

anuverma1 02-04-2014 05:10 AM

You can add background as:-



simar 03-25-2014 11:12 PM

bg image
 
We can change the background the image set the path of image in the body.....

mikhapop 03-30-2014 02:21 PM

to use any image as background for your website with css you can use
bode {
background: url(location-of-imags/image-name.jpg) center no-repeat;
}

simar 03-30-2014 11:50 PM

Background Color
 
We can change the background color with the help of setting of property of the background....................

shubhamgautam 04-16-2014 11:26 PM

You can change it from bgcolor attribute or body{background-color:-----} from CSS file.

alligatortek001 05-15-2014 03:04 AM

With the background option on the style tag , you can easily change the back ground of the web pages.

dantefrizzoli 05-22-2014 05:13 PM

If you want to strictly use HTML for the background color you can use:







All times are GMT -7. The time now is 12:34 AM.


Powered by vBulletin Copyright © 2020 vBulletin Solutions, Inc.