html head links javascript and style


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



Copy this code and paste it in your HTML
  1. <script type="text/javascript" src="/static/jquery.js"></script>
  2. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.2.6/jquery.min.js"></script>
  3.  
  4. <link rel="stylesheet" type="text/css" href="/static/style.css" />

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.