xhtml 1.0 transitional 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 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
  3.  
  4. <head>
  5.  
  6. <meta http-equiv="content-type" content="text/html; charset=utf-8" />
  7. <title>The Title</title>
  8.  
  9. <!-- meta tags -->
  10. <base href="" />
  11. <meta name="author" content="#" />
  12. <meta name="description" content="#" />
  13. <meta name="copyright" content="#" />
  14. <meta name="robots" content="#" />
  15. <meta name="generator" content="#" />
  16. <meta name="keywords" content="#" />
  17. <meta http-equiv="expires" content="#" />
  18. <meta http-equiv="cache-control" content="#" />
  19.  
  20. <!-- favicon -->
  21. <link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" />
  22.  
  23. <!-- CSS -->
  24. <link rel="stylesheet" href="/stylesheets/screen.css" type="text/css" media="screen, projection" />
  25. <link rel="stylesheet" href="/stylesheets/print.css" type="text/css" media="print" />
  26.  
  27. <!-- javascript -->
  28.  
  29. <!-- conditional content -->
  30. <!--[if IE]>
  31. <link rel="stylesheet" href="/stylesheets/ie-all.css" type="text/css" media="screen, projection" />
  32. <![endif]-->
  33.  
  34. </head>
  35.  
  36. <body>
  37.  
  38. </body>
  39.  
  40. </html>

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.