Documento sin título

Me Gusta

HTML

XXXXX

XXXXX

Codigo Fuente propiedad background-image

<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>background-image</title>
</head>
<style>
body {
 background-image: url(descarga.jpg)

}
</style>
<body>
</body>
</html>