linked files in bootstrap and java script website|| How to link jQuery with bootstrap||How to link files to make website in bootstrap and javascript

 





How to link files of jQuery and boostrap to make website in javascript and bootstrap:

  • Download bootstrap zip file and extract it ,you will find 2 folders with name js and css ,take 3rd number file from css folder (bootstrap.min.css) this file will be linked at head section with link tag ,from js folder (bootstrap.bundle.min.js) and remaining can be deleted.
  • js both files (bootstrap.bundle.min.js and jQuery) are linked at body section with script src tag and make sure that you link jQuery file at top of other js file .
  • Download jquery code form jQuery website and copy code with Ctrl + A , go to your website folder and in js folder create a jQuery file with name jquery.min.js and paste code in it .
  • download fontawesome file from fontawesome website .take all.css file from css folder and take webfonts folder and paste in our website folder in which we are working to change the font of your website .




Post a Comment

0 Comments
* Please Don't Spam Here. All the Comments are Reviewed by Admin.