Blank HTML5, CSS, jQuery


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



Copy this code and paste it in your HTML
  1. <!DOCTYPE html>
  2. <head>
  3. <link rel="stylesheet" type="text/css" href="style.css" />
  4. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.6/jquery.min.js"></script>
  5. <script type="text/javascript">
  6. $(document).ready(function () {
  7.  
  8. });
  9. </script>
  10. </head>
  11. <body>
  12. </body>
  13. </html>

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.