Can we use bootstrap without downloading it ??? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Can we use bootstrap without downloading it ???

Can we use bootstrap without downloading it? May be by including a link in the HTML file !!

2nd Aug 2017, 8:01 PM
Rudy Petgang
Rudy Petgang - avatar
8 Answers
+ 3
Just make sure you reference the correct path because it's offline. If the bootstrap file is in the same directory then just use the name of the file.
2nd Aug 2017, 8:27 PM
Ghauth Christians
Ghauth Christians - avatar
+ 2
As far as I know, that's how it works. You include the link. You download it if you want to use it offline.
2nd Aug 2017, 8:03 PM
Ghauth Christians
Ghauth Christians - avatar
+ 2
Let say I'm developing my projects on wamp server (offline). So can I include the bootstrap link and use bootstrap perfectly offline ???
2nd Aug 2017, 8:15 PM
Rudy Petgang
Rudy Petgang - avatar
+ 2
Yes you can
2nd Aug 2017, 8:24 PM
Ghauth Christians
Ghauth Christians - avatar
+ 2
thanks
2nd Aug 2017, 8:26 PM
Rudy Petgang
Rudy Petgang - avatar
+ 2
But then you have to be connected to the Internet for it to work because you need to connect to that link.
2nd Aug 2017, 8:36 PM
Ghauth Christians
Ghauth Christians - avatar
+ 1
OK thank you.
2nd Aug 2017, 8:37 PM
Rudy Petgang
Rudy Petgang - avatar
0
Ow, I'm not talking about downloading bootstrap. I'm asking if I can include a link to my index.html (for example), and including bootstrap statements (let say col-xs-4 for eg). Would it work offline ?? With my link included in the index.html
2nd Aug 2017, 8:33 PM
Rudy Petgang
Rudy Petgang - avatar