XHTML 1.0 STRICT Template


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



Copy this code and paste it in your HTML
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
  2. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" dir="ltr">
  4.  
  5. <meta http-equiv="content-type" content="text/html; charset=utf-8" />
  6. <title>title goes here &raquo; 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.  
  16. <link rel="Shortcut Icon" href="/favicon.ico" type="image/x-icon" />
  17. <link href="/script/javascript.js" type="text/javascript" />
  18. <link rel="stylesheet" href="/css/screen.css" type="text/css" media="screen, projection" />
  19. <link rel="stylesheet" href="/css/print.css" type="text/css" media="print" />
  20.  
  21. <!--[if IE]>
  22. <link rel="stylesheet" href="/css/win-ie-all.css" type="text/css" media="screen, projection" />
  23. <![endif]-->
  24.  
  25. </head>
  26.  
  27. </body>
  28. </html>

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.