How to use bootstrap i downloaded from the bootstrap website | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How to use bootstrap i downloaded from the bootstrap website

I want to know how I can link a bootstrap zip file I downloaded from getbootstrap.com to my html project

9th Aug 2019, 12:36 PM
Brown Shuga
Brown Shuga - avatar
2 Answers
+ 8
Prince Kingsley if you working offline in the local environment of PC with local host then you first need to install xampp which will be used for database and phpmyadmin. Then to include bootstrap to your html file, unzip the bootstrap folder or copy the bootstrap folder 📁 into htdocs where your project file is created and include the bootstrap by including the path of the bootstrap folder to your html file. In this way you can use bootstrap in your PC on local environment.
9th Aug 2019, 1:34 PM
GAWEN STEASY
GAWEN STEASY - avatar
+ 4
you don't need to download anything. https://code.sololearn.com/WK28NkomqzhU/?ref=app Import with <link> and <script> in <head> of HTML, by following the Getting Started tutorials on Bootstraps official website.
9th Aug 2019, 1:15 PM
Gordon
Gordon - avatar