| Multiwingspan Home Page |
| Multiwingspan Games |
| Gnasher @ Multiwingspan |
| Multiwingspan Calendar |
| Multiwingspan Clock |
| About Multiwingspan |
| Visual Basic 6.0 Guide |
| Visual Basic 6.0 Examples |
| Turbo Pascal Guide |
| SWI Prolog Guide |
| Visual Basic 2005 Guide |
| Structured Query Language |
| HTML Design Tasks |
| Introduction To HTML |
| Introduction To CSS |
| Introduction To Javascript |
| AS/A2 Level Computing |
background-color: colorname;
applies a background to the HTML element specified.
This could be used with the <body> tag to specify the background for the whole page.
eg
BODY {
background-color: black;
}
Add a background to the document created in Exercise 20. Save, view and print the results of the changes made.
Return To CSS Guide || Return To Homepage