Linking jQuery file
Notes:
 3. Link the downloaded jQuery file to the created HTML document 
                                                
                                                <head> 
                                                <script src="jquery-3.2.1.min.js" type="text/javascript"> 
                                                </script> 
                                                </head> 
                                                
                                        
Interview Questions:
