Página HTML
<html>
<head>
<link rel="stylesheet" type="css" href="style3.css" />
<Title> Curso de CSS aula 3 </title>
<body background=paisagens.jpg' bgproperties=fixed>
</body>
</html>
Página CSS
/* Documentos CSS */
body{
background-image: url('paisagens.jpg');
}