XHTML 1.1 Strict Starter Page ISO-8859-1 español


/ Published in: XHTML
Save to your folder(s)

Based in http://snipplr.com/view/102


Copy this code and paste it in your HTML
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml" version="-//W3C//DTD XHTML 1.1//EN" xml:lang="en">
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>
  5. <title>Titulo</title>
  6. <meta name="description" content="content" />
  7. <link rel="stylesheet" href="/css/screen.css" type="text/css" media="screen" />
  8. <link rel="stylesheet" href="/css/print.css" type="text/css" media="print" />
  9. <link rel="Shortcut Icon" href="/favicon.ico" type="image/x-icon" />
  10. </head>
  11. <body>
  12. <div id="pagina">
  13. <div id="cabecera">
  14.  
  15. </div><!-- #cabecera -->
  16.  
  17. <div id="menu">
  18.  
  19. </div><!-- #menu -->
  20.  
  21. <div id="principal">
  22.  
  23. </div><!-- #principal -->
  24. <div id="pie">
  25.  
  26. </div><!-- #pie -->
  27. </div><!-- #pie -->
  28. </body>
  29. </html>

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.