Base HTML Document w/ jQuery (XHTML 1.0 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" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <head>
  3. <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
  4. <link rel="stylesheet" type="text/css" href="css/style.css" />
  5. <script type="text/javascript" src="js/jquery.js"></script>
  6. <script type="text/javascript">
  7. <!--
  8.  
  9. $(document).ready(function() {
  10.  
  11. });
  12.  
  13. //-->
  14. </script>
  15. </head>
  16. <body>
  17.  
  18. </body>
  19. </html>

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.