Blank Template - HTML+jQuery+CSS


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



Copy this code and paste it in your HTML
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" http://www.w3.org/TR/html4/loose.dtd">
  2. <head>
  3. title
  4. </title>
  5. <link rel="shortcut icon" type="image/x-icon" href="favicon.ico" />
  6. <link rel="stylesheet" type="text/css" media="screen" href="style.css" />
  7. <script type="text/javascript" src="jquery.js"></script>
  8. <script type="text/javascript" charset="utf-8">
  9. $(function(){
  10. });
  11. </script>
  12. </head>
  13. <body>
  14. </body>
  15. </html>

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.