Return to Snippet

Revision: 9769
at December 9, 2008 07:53 by demixo


Updated Code
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
   "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="es" lang="es">

<head> 
  <title>Titulo de la pagina</title>
  <link rel="shortcut icon" href="favicon.ico" type="image/x-icon" />
  <base href="http://miservidororg.com/" /> 

  <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
  <meta http-equiv="content-language" content="es" /> 
  <meta http-equiv="content-style-type" content="text/css" />
  <meta http-equiv="content-script-type" content="text/javascript" /> 
  <meta http-equiv="window-target" content="_top" /> 

  <meta name="description" content="incluir descripcion" />
  <!--// Incluir descripci����¯�¿�½������³n //--> 
  <meta name="keywords" content="palabra1, palabra2" /> 

  <link href="estilosGeneral.css" type="text/css" rel="stylesheet" media="all" />
  <link href="estilosPantalla.css" type="text/css" rel="stylesheet" media="screen,projection" />
  <link href="estilosPrint.css" type="text/css" rel="stylesheet" media="print,tty" />
  <link href="estilosTelevision.css" type="text/css" rel="stylesheet" media="tv" />
  <link href="estilosSintetizador.css" type="text/css" rel="stylesheet" media="aural" />
  <link href="estilosMovil.css " type="text/css" rel="stylesheet"  media="handheld" />

  <!--[if lt IE 7]><link rel="stylesheet" type="text/css" media="screen" href="/_css/ie6.css"/><![endif]-->
  <!--[if lte IE 7]><link rel="stylesheet" type="text/css" media="screen" href="/_css/ie7.css"/><![endif]-->
</head>

<body>
  <div id="wrapper">
    <div id="header">
      [Cabecera]
    </div><!--/header-->

    <div id="container">
      <div class="column first sidebar">
        [lateral 1]
      </div>

      <div id="content">
        [Contenido]
      </div>

      <div class="column last sidebar">
        [lateral 2]
      </div>
    </div><!--/container-->

    <div id="footer">
      [Pie]
    </div><!--/footer-->
  </div><!--/wrapper-->
</body>
</html>

Revision: 9768
at November 20, 2008 19:53 by demixo


Updated Code
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
   "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="es" lang="es">

<head> 
  <title>Titulo de la pagina</title>
  <link rel="shortcut icon" href="favicon.ico" type="image/x-icon" />
  <base href="http://miservidororg.com/" /> 

  <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
  <meta http-equiv="content-language" content="es" /> 
  <meta http-equiv="content-style-type" content="text/css" />
  <meta http-equiv="content-script-type" content="text/javascript" /> 
  <meta http-equiv="window-target" content="_top" /> 

  <meta name="description" content="incluir descripcion" />
  <!--// Incluir descripci������³n //--> 
  <meta name="keywords" content="palabra1, palabra2" /> 

  <link href="estilosGeneral.css" type="text/css" rel="stylesheet" media="all" />
  <link href="estilosPantalla.css" type="text/css" rel="stylesheet" media="screen,projection" />
  <link href="estilosPrint.css" type="text/css" rel="stylesheet" media="print,tty" />
  <link href="estilosTelevision.css" type="text/css" rel="stylesheet" media="tv" />
  <link href="estilosSintetizador.css" type="text/css" rel="stylesheet" media="aural" />
  <link href="estilosMovil.css " type="text/css" rel="stylesheet"  media="handheld" />

  <!--[if IE]>
    <link href="ie.css" type="text/css" rel="stylesheet" media="screen" />
  <![endif]-->
</head>

<body>
  <div id="wrapper">
    <div id="header">
      [Cabecera]
    </div><!--/header-->

    <div id="container">
      <div class="column first sidebar">
        [lateral 1]
      </div>

      <div id="content">
        [Contenido]
      </div>

      <div class="column last sidebar">
        [lateral 2]
      </div>
    </div><!--/container-->

    <div id="footer">
      [Pie]
    </div><!--/footer-->
  </div><!--/wrapper-->
</body>
</html>

Revision: 9767
at November 20, 2008 19:35 by demixo


Updated Code
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
   "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="es" lang="es">

<head> 
  <title>Titulo de la pagina</title>
  <link rel="shortcut icon" href="favicon.ico" type="image/x-icon" />
  <base href="http://miservidororg.com/" /> 

  <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
  <meta http-equiv="content-language" content="es" /> 
  <meta http-equiv="content-style-type" content="text/css" />
  <meta http-equiv="content-script-type" content="text/javascript" /> 
  <meta http-equiv="window-target" content="_top" /> 

  <meta name="description" content="incluir descripcion" />
  <!--// Incluir descripci���³n //--> 
  <meta name="keywords" content="palabra1, palabra2" /> 

  <link href="estilosGeneral.css" type="text/css" rel="stylesheet" media="all" />
  <link href="estilosPantalla.css" type="text/css" rel="stylesheet" media="screen,projection" />
  <link href="estilosPrint.css" type="text/css" rel="stylesheet" media="print,tty" />
  <link href="estilosTelevision.css" type="text/css" rel="stylesheet" media="tv" />
  <link href="estilosSintetizador.css" type="text/css" rel="stylesheet" media="aural" />
  <link href="estilosMovil.css " type="text/css" rel="stylesheet"  media="handheld" />

  <!--[if IE]>
    <link href="ie.css" type="text/css" rel="stylesheet" media="screen" />
  <![endif]-->
</head>

<body>
  <div id="wrapper">
    <div id="header">
      [Cabecera]
    </div><!--/header-->

    <div id="container">
      <div id="content">
        [Contenido]
      </div>
    </div><!--/container-->

    <div id="footer">
      [Pie]
    </div><!--/footer-->
  </div><!--/wrapper-->
</body>
</html>

Revision: 9766
at November 20, 2008 19:11 by demixo


Updated Code
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
   "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="es" lang="es">

<head> 
  <title>Titulo de la pagina</title>
  <link rel="shortcut icon" href="favicon.ico" type="image/x-icon" />
  <base href="http://miservidororg.com/" /> 

  <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
  <meta http-equiv="content-language" content="es" /> 
  <meta http-equiv="content-style-type" content="text/css" />
  <meta http-equiv="content-script-type" content="text/javascript" /> 
  <meta http-equiv="window-target" content="_top" /> 

  <meta name="description" content="incluir descripcion" />
  <!--// Incluir descripci�³n //--> 
  <meta name="keywords" content="palabra1, palabra2" /> 

  <link href="estilosGeneral.css" type="text/css" rel="stylesheet" media="all" />
  <link href="estilosPantalla.css" type="text/css" rel="stylesheet" media="screen,projection" />
  <link href="estilosPrint.css" type="text/css" rel="stylesheet" media="print,tty" />
  <link href="estilosTelevision.css" type="text/css" rel="stylesheet" media="tv" />
  <link href="estilosSintetizador.css" type="text/css" rel="stylesheet" media="aural" />
  <link href="estilosMovil.css " type="text/css" rel="stylesheet"  media="handheld" />

  <!--[if IE]>
    <link href="ie.css" type="text/css" rel="stylesheet" media="screen" />
  <![endif]-->
</head>

<body>
  <div id="wrapper">
    <div id="header">
      [Cabecera]
    </div><!--/header-->

    <div id="container">
      [Contenedor]
    </div><!--/container-->

    <div id="footer">
      [Pie]
    </div><!--/footer-->
  </div><!--/wrapper-->
</body>
</html>

Revision: 9765
at November 20, 2008 19:05 by demixo


Updated Code
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"

   "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">



<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="es" lang="es">

<head> 
  <title>Titulo de la pagina</title>
  <link rel="shortcut icon" href="favicon.ico" type="image/x-icon" />
  <base href="http://miservidororg.com/" /> 

  <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
  <meta http-equiv="content-language" content="es" /> 
  <meta http-equiv="content-style-type" content="text/css" />
  <meta http-equiv="content-script-type" content="text/javascript" /> 
  <meta http-equiv="window-target" content="_top" /> 

  <meta name="description" content="incluir descripcion" />
  <!--// Incluir descripción //--> 
  <meta name="keywords" content="palabra1, palabra2" /> 

  <link href="estilosGeneral.css" type="text/css" rel="stylesheet" media="all" />
  <link href="estilosPantalla.css" type="text/css" rel="stylesheet" media="screen,projection" />
  <link href="estilosPrint.css" type="text/css" rel="stylesheet" media="print,tty" />
  <link href="estilosTelevision.css" type="text/css" rel="stylesheet" media="tv" />
  <link href="estilosSintetizador.css" type="text/css" rel="stylesheet" media="aural" />
  <link href="estilosMovil.css " type="text/css" rel="stylesheet"  media="handheld" />

  <!--[if IE]>
    <link href="ie.css" type="text/css" rel="stylesheet" media="screen" />
  <![endif]-->
</head>

<body>
  <div id="wrapper">

  </div><!--/wrapper-->
</body>
</html>

Revision: 9764
at November 20, 2008 18:50 by demixo


Initial Code
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"

   "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">



<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="es" lang="es">

  <head> 
    <title>Titulo de la pagina</title>

    <link rel="shortcut icon" href="favicon.ico" type="image/x-icon" />

    <base href="http://miservidororg.com/" /> 



    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />

    <meta http-equiv="content-language" content="es" /> 

    <meta http-equiv="content-style-type" content="text/css" />

    <meta http-equiv="content-script-type" content="text/javascript" /> 

    <meta http-equiv="window-target" content="_top" /> 



    <meta name="description" content="incluir descripcion" />

    <!--// Incluir descripción //--> 

    <meta name="keywords" content="palabra1, palabra2" /> 





<link href="estilosGeneral.css" type="text/css" rel="stylesheet" media="all" />

		<link href="estilosPantalla.css" type="text/css" rel="stylesheet" media="screen,projection" />

		<link href="estilosPrint.css" type="text/css" rel="stylesheet" media="print,tty" />

		<link href="estilosTelevision.css" type="text/css" rel="stylesheet" media="tv" />

		<link href="estilosSintetizador.css" type="text/css" rel="stylesheet" media="aural" />

		<link href="estilosMovil.css " type="text/css" rel="stylesheet"  media="handheld" />



		<!--[if IE]>

			<link href="estilosIE.css" type="text/css" rel="stylesheet" media="screen" />

		<![endif]-->





		<link rel="home" href="default.htm" title="Pagina inicial. " />

		<link rel="index" href="mapa_web.htm" title="Mapa web. " />

		<link rel="contents" href="#menu" title="Tabla de contenidos. " />

		<link rel="search" href="buscador.asp" title="Buscador. " />

		<link rel="glossary" href="glosario.htm" title="Glosario. " />

		<link rel="help" href="ayuda.htm" title="Ayuda. " />

		<link rel="first" href="articulo1.htm" title="Primer articulo. " />

		<link rel="previous" href="articulo3.htm" title="Articulo anterior. " />

		<link rel="next" href="articulo5.htm" title="Articulo siguiente. " />

		<link rel="last" href="articulo10.htm" title="Ultimo articulo. " />

		<link rel="up" href="#inicio" title="Arriba. " />

		<link rel="copyright" href="#copyright" title="Copyright. " />

		<link rel="author" href="mailto:[email protected]" title="Contactar. " />



		<link rel="alternate" href="/en" hreflang="en" title="English version. " xml:lang="en" lang="en" />

		<link rel="alternate" href="/fr" hreflang="fr" title="Français version. " xml:lang="fr" lang="fr" />

		<link rel="alternate" href="/es" hreflang="es" title="Versión en Español. " xml:lang="es" lang="es" />



		<link rel="alternate" type="application/rss+xml" title="Titulares RSS Feed. " href="titulares.rss" />

		<link rel="alternate" type="application/atom+xml" title="Titulares Atom. " href="titulares.atom" />

		

		<link rel="accesibility" href="accesibilidad.rdf" type="application/rdf+xml" title="Accesibilidad. " />

		<link rel="personalizar" href="personalizar.htm" title="Opciones de personalización para la navegación por el sitio web. " />



		<link rel="archive" href="" title="Mayo 2007. " />

		<link rel="archive" href="" title="Junio 2007. " />

		



		<script type="text/javascript" src="js/utils.js"></script>

        </head>

	<body>

		<div id="pagina"><a id="inicio" name="inicio">Inicio de la página</a>



			<div id="irContenido"><a rel="contents" href="#content" accesskey="S">[S] Ir al contenido</a></div>

			<div id="irNavegacion"><a rel="index" href="#menu">Ir al menú de navegación</a></div> 



			<div id="cabeceraDiv">[Â…]</div>



			<div id="migasDiv">[Â…]</div>



			<div id="contenidoDiv"><a id="content" name="content">Inicio del contenido</a>

			[Â…]

			</div>



			<div id="menuDiv"><a id="menu" name="menu">Menú</a>

				<ul>

				   <li><a href="" accesskey="" rel="" rev=""></a>

				      <ul>

				        <li><a href="" accesskey="" rel="" rev=""></a></li>

				      </ul>

				  </li>

				 </ul> 

			</div>



			<div id="pieDiv"><a id="copyright" name="copyright">Copyright</a>

			[Â…]

			</div>



		</div> 



	</body>

</html>

Initial URL
http://olgacarreras.blogspot.com/2007/02/plantilla-base-xhtml.html

Initial Description
Construyendo una plantilla XHTML progresivamente, entendiendo cada elemento insertado.

Initial Title
Mi plantilla XHTML en crecimiento

Initial Tags
html

Initial Language
HTML