where to put jquery cdn in html code example
Example 1: cdn jquery
https://cdnjs.cloudflare.com/ajax/libs/jquery/3.6.0/jquery.min.js
https://code.jquery.com/jquery-3.6.0.min.js
https://code.jquery.com/jquery-3.6.0.js
Example 2: jquery growl cdn
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js" type="text/javascript"></script>
<script src="javascript/jquery.growl.js" type="text/javascript"></script>
<link href="stylesheets/jquery.growl.css" rel="stylesheet" type="text/css" />