1.

Write A Basic Code For Add Jquery Library To Pages?

Answer»

Answer : <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.tutoriz.com/"> Jquery INTERVIEW Questions and Answers</a>
</body>
</html>



Discussion

No Comment Found