Buenos amigos les comento que quede frenado en el curso debido a que no logro ver el fondo de la imagen llamada fondo.png la he colocado en la carpeta objectos le he colocado la extension con el paint a .png y aun asi no logro ver la imagen mi navegador es el firefox pero lo desistale pensando que era eso y nada bueno aqui les escribo el codigo htlm:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<title>Pagina Principal del Ejemplo CCTW</title>
<link rel="stylesheet" href="estilos.css" type="text/css" media="all">
</head>
<body>
Bienvenidos a mi página web. Muy pronto estará lista
SOY CARLOS DANIEL RODRIGUEZ
PAGINA CREADA GRACIAS A CCTW
</body>
</html>
y este es mi codigo estilos.CSS
body {background-color: #E6E6FA ; background-image: url(objetos/fondo.png) ; background-repeat: no-repeat ; background-position: left bottom}
body {background-color: #E6E6FA ; background-image: url(objetos/fondo.png) ; background-position: center center ; background-repeat: no-repeat ; height:100%; }
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<title>Pagina Principal del Ejemplo CCTW</title>
<link rel="stylesheet" href="estilos.css" type="text/css" media="all">
</head>
<body>
Bienvenidos a mi página web. Muy pronto estará lista
SOY CARLOS DANIEL RODRIGUEZ
PAGINA CREADA GRACIAS A CCTW
</body>
</html>
y este es mi codigo estilos.CSS
body {background-color: #E6E6FA ; background-image: url(objetos/fondo.png) ; background-repeat: no-repeat ; background-position: left bottom}
body {background-color: #E6E6FA ; background-image: url(objetos/fondo.png) ; background-position: center center ; background-repeat: no-repeat ; height:100%; }