HTML Backgrounds
A good background can make a Web site look really great.
Examples
Good background and text color
An example of a background color and a text color that makes the text on the
page easy to read.
Bad background and text color
An example of a background color and a text color that makes the text on the
page difficult to read.
(You can find more examples at the bottom of this page)
Backgrounds
The <body> tag has two attributes where you can specify backgrounds.
The background can be a color or an image.
Bgcolor
The bgcolor attribute specifies a background-color for an HTML page. The value of this
attribute can be a hexadecimal number, an RGB value, or a color name:
<body bgcolor="#000000">
<body bgcolor="rgb(0,0,0)">
<body bgcolor="black">
|
The lines above all set the background-color to black.
Background
The background attribute specifies a background-image for an HTML page. The value of this
attribute is the URL of the image you want to
use. If the image is smaller than the browser window, the image will repeat
itself until it fills the entire browser window.
<body background="clouds.gif">
<body background="http://www.w3schools.com/clouds.gif">
|
The URL can be relative (as in the first line above) or absolute (as in the
second line above).
Note: If you want to use a background image, you should keep in mind:
- Will the background image increase the loading time too much?
- Will the background image look good with other images on the page?
- Will the background image look good with the text colors on the page?
- Will the background image look good when it is repeated on the page?
- Will the background image take away the focus from the text?
Basic Notes - Useful Tips
The bgcolor, background, and the text attributes in the <body> tag are deprecated in the latest versions
of HTML (HTML 4 and XHTML). The World Wide Web Consortium (W3C) has removed these
attributes from its recommendations.
Style sheets
(CSS) should be used instead (to define the layout and display properties of
HTML elements).
More Examples
Good background image
An example of a background image and a text color that makes the text on the
page easy to read.
Good background image 2
An example of a background image and a text color that makes the text on the
page easy to read.
Bad background image
An example of a background image and a text color that makes the text on the
page very difficult to read.
Computer Joke
Support: "Type dir, space, a, colon."
Customer: "With a space after 'space'?"
Unlimited Disk and Transfer Hosting - New from Go Daddy!
Go Daddy Unlimited Hosting is the reliable, cost-effective
choice for site owners who want superior speed and reliability.
Available for Linux or Windows, our Unlimited Hosting accounts
come with unlimited disk space and bandwidth, 1,000 email
accounts, 50 MySQL Databases, a FREE SSL Certificate and over
50 FREE downloadable applications and utilities available through
our exclusive Hosting Connections. Count on the world’s largest
hostname provider to keep your site up and running—even when you’re not!
Take the uncertainty out of Web hosting and let GoDaddy.com
put service, performance and value back in. No matter which
hosting type or plan you choose, your site receives 24/7
maintenance and protection in our world-class data center.
Virtual Dedicated, Dedicated Server and unlimited plans also available.
Save 10% on web hosting - Enter code w3tenoff at checkout
 |
|
Get Your Diploma!
W3Schools' Online Certification Program is the perfect solution for busy
professionals who need to balance work, family, and career building.
The HTML Certificate is for developers who want to document their knowledge of HTML, XHTML, and CSS.
The JavaScript Certificate is for developers who want to document their knowledge of JavaScript and the HTML DOM.
The ASP Certificate is for developers who want to document their knowledge of ASP, SQL, and ADO.
|
|