HOLA RECIEN ESTOY EMPEZANDO CON EL CURSO. HASTA EL MOMENTO LA LLEVABA BIEN PERO ME TRABE EN ESTE PASO. ASI QUEDO MI CODIGO A VER SI ALGUIEN ME PUEDE DAR UNA MANO Y DECIRME EN QUE FALLE. A POR QUE NO ME MUESTRA LA IMAGEN DE FONDO. GRACIAS
<!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 web pronto estara lista</p>
Página creada gracias a CCTW</p>
</body>
</html>
Y ASI EL ESTILO CSS
body {background-color: #E6E6FA ; background-image: url(objetos/fondo2.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 web pronto estara lista</p>
Página creada gracias a CCTW</p>
</body>
</html>
Y ASI EL ESTILO CSS
body {background-color: #E6E6FA ; background-image: url(objetos/fondo2.png) ; background-position: center center ; background-repeat: no-repeat ; height:100%; }