Question:
Where can I obtain HTML coding 4 colors on the background of a website?
That Dude
2006-12-13 11:06:07 UTC
Im a novice so I need help for dummys. I'm building a website, but I don't know how to change the background color. Please help me some one. I need it!
Eight answers:
anonymous
2006-12-13 11:09:00 UTC
Change the body tag's bgcolor property







You can specify certain basic colors as their common names, or use hexadecimal (Web-safe) colors. Google "hexadecimal color" and you'll find swatches out there.
Arenlor
2006-12-13 12:01:14 UTC
If you are using HTML only and no CSS use where color is a name, such as white, black, red, cyan, gold, silver, etc. or a hex combo which begins with # then six characters using 0-9 and A-F where it's #rrbbgg.
mikah_smiles
2006-12-13 11:10:04 UTC
There's a color chart here:



http://www.webmonkey.com/webmonkey/reference/color_codes/



If you need helping learning the HTML for changing the background color, there's a nice explaination here:



http://www.webmonkey.com/webmonkey/teachingtool/bgcolor.html



I fully recommend you take a look at the tutorials here:



http://www.webmonkey.com/teachingtool/



There's lots of useful stuff on that site. It's where I learnt HTML.



Good luck!
anonymous
2016-10-18 09:55:43 UTC
visit microsoft note / dreamweaver / microsoft fronpage and paste in this code then you actually can replace that in about 10 seconds - raw html code is overcomplex - those programmes will ward off an excellent type of time - have self belief me reliable success
Riyadh Hossain
2006-12-13 12:39:32 UTC
Use "bgcolor" attribute in body tag.



For Example:



Here is your HTML body ........





"bgcolor" is stand for background color. Here you can also use hexadecimal color code starting with number sign



For example



Here is your HTML body ........





Hexadecimal color code is in #rrggbb format where r = red,

g=green, b=blue
Dan F
2006-12-13 11:08:23 UTC
This is how i learned the basics of HTML its a good site with great tutorials



www.echoecho.com



it even has Java and a multitude of other useful tools for when you wanna add somthing fancy to your site.
Lafis
2006-12-13 11:09:40 UTC
This is really a Cascading StyleSheet (CSS) question. Try the link below.



http://www.htmlhelp.com/reference/css/color-background/background-color.html
Brandon
2006-12-13 11:09:51 UTC




replace xxxxxx with a six digit hex code.


This content was originally posted on Y! Answers, a Q&A website that shut down in 2021.
Loading...