Ver Mensaje Individual
  #1 (permalink)  
Antiguo 02/03/2010, 17:37
Brainspotting
 
Fecha de Ingreso: febrero-2010
Mensajes: 11
Antigüedad: 14 años, 2 meses
Puntos: 0
Ayuda Estructura html

Hola toy armando mi primera web en AJAX y CSS, la estructura de mi HTML es este.

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>Lujan</title>
<style type="text/css" media="screen">
@import"./css/estilo.css";
</style>
<script language="javascript" type="text/javascript" src="javascript/java.js">
</script>
</head>
<body>
<!--DIV PARA CENTRAR TODA LA WEB-->
<div id="web">
<!--CABESERA DE LA WEB-->
<div id="cabesera">
<div id="login">
<form>
<input name="usuario" id="usuario" value="Usuario" class="input"/>
<input name="password" id="password" type="password" value="Password" class="input"/>
<input type="submit" value="Entrar" class="loginBot"/>
</form>
</div>
<div id="logo">
</div>
<!--BOTONERA DE LA WEB-->
<embed src="Fl/menu.swf" width="900" height="75" align="center"></embed>
</div>
<!--CUERPO DE LA WEB-->
<div id="cuerpo">
</div>
<!--PIE DE LA WEB-->
<div id="pie">
<p>CLUBBERSBOOK | COPYRIGTH © 2010 | <a href="#" id="link-1">LICENCIA</a></p>
</div>
<!--DIV PARA CENTRAR TODA LA WEB-->
</div>
</body>
</html>

Esta bien estructurado? Lei en foros que no hay que usar tablas sino div. En el div "CUERPO" es donde va a cambiar los distintos contenido de la web.

Pero como les deji es la primera ves que armo una web en html y ajax con css