HTML Start - Transitional


/ Published in: HTML
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"
  2. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3.  
  4. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  5.  
  6.  
  7. <meta http-equiv="Content-type" content="text/html; charset=UTF-8" />
  8. <title>Title</title>
  9. <meta http-equiv="Content-Language" content="en-us" />
  10.  
  11. <link rel="stylesheet" type="text/css" href="css/resets.css" />
  12. <link rel="stylesheet" type="text/css" href="css/main.css" />
  13.  
  14. <!--[if IE 6]>
  15. <link rel="stylesheet" type="text/css" href="css/ie6.css" />
  16. <script type="text/javascript" src="js/supersleight-min.js"></script>
  17. <![endif]-->
  18.  
  19. <!--[if IE 7]>
  20. <link rel="stylesheet" type="text/css" href="css/ie7.css" />
  21. <![endif]-->
  22.  
  23. <!--[if lt IE 8]>
  24. <script src="js/IE8.js" type="text/javascript"></script>
  25. <![endif]-->
  26.  
  27. </head>
  28.  
  29. <div class="wrapper">
  30.  
  31. </div> <!-- .wrapper -->
  32. </body>
  33. </html>

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.