Write a basic code for add jquery library to pages?

<html>
<head>
  <script type="text/javascript" src="jquery.js"></script>
  <script type="text/javascript">
      // You can write the code here
  </script>
</head>
<body>
    <a href="http://www.dotnet360.in/">Jquery Interview Questions and  Answers</a>
</body>
</html>

No comments:

Post a Comment