miércoles, 9 de enero de 2013

HTML básico


<!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" lang="es">
<head>
      <title>T&iacute;tulo</title>
 <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
      <meta name="description"  content=""  />
      <meta name="keywords" content="" />
      <meta name="author" content="Ángel Hernández" />
</head>
<body>
 <h1>T&iacute;tulo principal</h1>
 <p>P&aacute;rrafos</p>


</body>
</html>

No hay comentarios:

Publicar un comentario