Installing BootstrapÂ
The first thing we will need to do is download Bootstrap. There are any ways to download it. Let's head to the download page to check it out. Click on the Download
 button on the homepage. Now you can take a look at the different methods of downloading the latest version of Bootstrap:
Downloading Bootstrap
The first method is to download the Compiled version of Bootstrap. Your version will depend on when you take this course, but always take the latest version of Bootstrap.Â
You can also download the source version of Bootstrap with all the files, but, most of the time, you'll only need the compiled files, because it's quicker and easier to get Bootstrap up and running.Â
If you scroll down a little bit, you would notice BoostrapCDN
. Bootstrap also provides a Content Delivery Network (CDN) that will host the latest version of Bootstrap in a server, so you can paste only the URL without having to host the files on your server. It's pretty good, as your users will not have...