Posted By


nosmk on 03/01/11

Tagged


Statistics


Viewed 523 times
Favorited by 0 user(s)

HTML head y Body


/ Published in: Other
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">
  3. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  4. <title>Title</title>
  5.  
  6. <!-- CSS -->
  7. <link href="style/css/style.css" rel="stylesheet" type="text/css" media="screen" />
  8. <!--[if IE 6]><link rel="stylesheet" type="text/css" media="screen" href="style/css/ie6.css" /><![endif]-->
  9. <!--[if IE 7]><link rel="stylesheet" type="text/css" media="screen" href="style/css/ie7.css" /><![endif]-->
  10.  
  11. <!-- JavaScripts-->
  12. <script type="text/javascript" src="style/js/jquery.js"></script>
  13. <script type="text/javascript" src="style/js/jNice.js"></script>
  14. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4/jquery.min.js"></script>
  15. !window.jQuery && document.write('<script src="jquery-1.4.3.min.js"></script>');
  16.  
  17. </head>
  18.  
  19.  
  20. </body>
  21. </html>

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.