XHTML 1.1 Web Standards Template -- Fixed


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

Basically, this is the XHTML web standards template you see on the front page. I usually end up removing a few things, so this is just that template... but with the junk removed.


Copy this code and paste it in your HTML
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
  3. "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
  4. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" dir="ltr">
  5. <meta http-equiv="content-type" content="text/html; charset=utf-8" />
  6. <title>title goes here » Site title here</title>
  7.  
  8. <base href="" />
  9. <meta name="Author" content="#" />
  10. <meta name="Description" content="#" />
  11. <meta name="Copyright" content="#" />
  12. <meta name="Robots" content="#" />
  13. <meta name="Generator" content="#" />
  14. <meta name="Keywords" content="#" />
  15. <meta http-equiv="Expires" content="#" />
  16. <meta http-equiv="Cache-Control" content="#" />
  17. <meta http-equiv="imagetoolbar" content="false" />
  18. <link rel="Shortcut Icon" href="/favicon.ico" type="image/x-icon" />
  19. <link href="/script/javascript.js" type="text/javascript" />
  20. <style type="text/css" xml:space="preserve">
  21. /*<![CDATA[*/
  22. @import url(/css/style.css) all;
  23. /*]]>*/
  24. </style>
  25. <link rel="stylesheet" href="/css/screen.css" type="text/css" media="screen, projection" />
  26. <link rel="stylesheet" href="/css/print.css" type="text/css" media="print" />
  27.  
  28. <!--[if IE]>
  29. <link rel="stylesheet" href="/css/win-ie-all.css" type="text/css" media="screen, projection" />
  30. <![endif]-->
  31.  
  32. </head>
  33.  
  34. </body>
  35. </html>

URL: http://jacolyte.com

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.