How can I change the background of a web site using html?

What is the simplest html code for creating/changing a web page background. I do not need hexidecimal codes for colours.

Public Comments

  1. Try this webiste: http://planetwebdesign.com/backgrou2.htm
  2. You need to use the <background> or <bgcolor> tags with the <body> tag. For example: <html> <body bgcolor="blue"></body> or <html> <body background="http://[url]/mybackground.gif"> </body> If using an image, replace [url] with the url of the image to be used. If the image is in the same folder, omit the url. Hope that helps
Powered by Yahoo! Answers