Bootstrap CDN for web developers 2023

Bootstrap CDN for web developers 2023

An image edited by us for our first bootstrap tutorial series


1. Why we should learn bootstrap?

Ans: We should learn bootstrap because it makes your work easier it helps you to write less code and by just giving classes you can easily use bootstrap. There are two ways through which you can use it I recommend too to use one that if you have a good internet connection then you should copy the CDN( Full-Form: Content Delivering Network ) of CSS And JS link and then paste it before the </head> tag For CSS And For JS paster before </body> tag and the other that you download it.


CSS CDN - <code><link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.0-beta3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-eOJMYsd53ii+scO/bJGFsiCZc+5NDVN2yr8+0RDqr0Ql0h+rP48ckxlpbzKgwra6" crossorigin="anonymous"></code>

JS CDN - <code><script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.0-beta3/dist/js/bootstrap.bundle.min.js" integrity="sha384-JEW9xMcG8R+pH31jmWH6WWP0WintQrMb4s7ZOdauHnUtxwoG2vI5DkLtS3qm9Ekf" crossorigin="anonymous"></script></code>

2. How to download bootstrap?

Ans: 1. First you have to search bootstrap, then click on the first link and then you have to click on get started.

2. Then you have to choose the version that you want to download and at top of that version dropdown, you have to click on the download that will redirect you to a page in which you will find a section of compiled JS and CSS you have to download it and after downloading the setup.

3. You have to right-click on the downloaded setup and then you have to click on extract files after that, you only have to click on OK.

4. After extracting the files you will get a folder in which you have to click and you will find the same folder then click again and then go to the CSS folder and after that copy the file [bootstrap. min] and paste it into your folder and for the JS file you have to copy the JS file [bootstrap. min] in the JS folder and you have to do the same for the JS file also.

Post a Comment

0 Comments