Taustan ominaisuudet

Tämän dokumentin erilaisia taustan ominaisuuksia on muutettu esimerkissä olevilla tyylimäärittelyillä.

body {
        color: black;
        background-color: yellow;
        background-image:url("http://www.nucleus.com/~freeimages/img//antique_backgrounds/writing_lt.gif");
        background-repeat: repeat;
}

pre{
        color: yellow;
        background-color: black;
        background-repeat: repeat-y;
        background-position: right;
        background-image:url("http://www.nucleus.com/~freeimages/img//antique_backgrounds/cobble_stone.gif");
}