html start template


/ 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. <link rel="stylesheet" type="text/css" href="http://yui.yahooapis.com/2.7.0/build/reset/reset-min.css" />
  4. <link rel="stylesheet" type="text/css" href="main.css" />
  5. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script>
  6. $(document).ready(function(){
  7.  
  8. })
  9. </script>
  10. </head>
  11. <body>
  12.  
  13. </body>
  14. </html>

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.