News

Cascading Style Sheets (CSS) level 3, also known as CSS3, introduces multiple background images support. You can list multiple background images, separating each with a comma, and set how they di ...
Paste the following code into that section:body { background-image:url ('myImage.gif'); background-repeat:repeat; }This code defines a CSS selector that styles your document's body tag.