XHTML Transitional Source Code...


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

XHTML Source Code...


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">
  3. <head>
  4.  
  5. <!-- meta tags -->
  6. <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
  7. <meta name="keywords" content="" />
  8. <meta name="description" content="" />
  9.  
  10. <!-- css references -->
  11. <link rel="stylesheet" type="text/css" href="css/style.css" media="screen" />
  12.  
  13. <!-- conditional css references -->
  14. <!--[if IE6]>
  15. <link rel="stylesheet" type="text/css" href="foldername/filename.css" media="screen" />
  16. <![endif]-->
  17. <!--[if IE7]>
  18. <link rel="stylesheet" type="text/css" href="foldername/filename.css" media="screen" />
  19. <![endif]-->
  20.  
  21. <!-- linked client side-scripts -->
  22. <script type="text/javascript" src="js/filename.js"></script>
  23. </head>
  24. <body>
  25.  
  26. </body>
  27. </html>

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.