| HTML Tutorials |
|
|
| XML Tutorials |
|
|
| Browser Scripting |
|
|
| Server Scripting |
|
|
| .NET (dotnet) |
|
|
| Multimedia |
|
|
| Web Building |
|
|
| Java Tutorials |
|
|
| Programming Langauges |
|
|
| Soft Skills |
|
|
|
|
Make textures, colors, and pictures as your page background!
|
|
Backgrounds
|
|
The <body> tag has two attributes where you can specify backgrounds.
The background can be a color or an image.
|
|
Bgcolor
|
|
This 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.academictutorials.com/clouds.gif">
|
|
|
The URL can be relative (as in the first line above) or absolute (as in the second line above).
|
Share And Enjoy:These icons link to social bookmarking sites where readers can share and discover new web pages.
Keywords:free my space html backgrounds, html backgrounds for websites,
free my space html mickey mouse backgrounds, html animated backgrounds,
html webpage backgrounds
|
|
| HTML Quizes |
|
|
| XML Quizes |
|
|
| Browser Scripting Quizes |
|
|
| Server Scripting Quizes |
|
|
| .NET (dotnet) Quizes |
|
|
| Multimedia Quizes |
|
|
| Web Building Quizes |
|
|
| Java Quizes |
|
|
| Programming Langauges Quizes |
|
|
| Soft Skills Quizes |
|
|
|