logo htlm 5

Ejemplo de background imagen no se repite

Código Resultado
<html>
<head>

<style type="text/css">
body {background-image:url("fondo.jpg")
background-repeat: no-repeat}
</style>

</head>

<body>
</body>
</html>