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 !!
8 Respuestas
+ 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.
+ 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.
+ 2
Let say I'm developing my projects on wamp server (offline). So can I include the bootstrap link and use bootstrap perfectly offline ???
+ 2
Yes you can
+ 2
thanks
+ 2
But then you have to be connected to the Internet for it to work because you need to connect to that link.
+ 1
OK thank you.
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