Inserting a background
Inserting a background into your Html might be something you want to think again, not because it is made of complicated Html code or something, because you might use it incorrectly. Make sure you use matching colors, like if you have dark colored text on your website, use something light.
Make sure you use this background code inside your <body> tag:
<body bgcolor=”pink”>
With the above code, your background will be pink. You can change that value to whatever you wish to do so.
