I need a deep understand of using a bootstrap CDN. Will my local webpage maintain it's style, after I lose internet connection.? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
- 1

I need a deep understand of using a bootstrap CDN. Will my local webpage maintain it's style, after I lose internet connection.?

That's if I'm not hosting the bootstrap on my local machine...

18th Apr 2020, 3:11 AM
John Djama Kofi Kponyo
John Djama Kofi Kponyo - avatar
3 Answers
+ 5
Sometimes the browser saves the file locally, and can access it from cache. SO it depends, read this for better understanding, and why CDN is better: https://stackoverflow.com/questions/42591235/is-it-better-to-use-cdn-for-js-and-similar-resources-vs-local
18th Apr 2020, 3:19 AM
Aymane Boukrouh
Aymane Boukrouh - avatar
+ 4
Your styling won't work in that case
18th Apr 2020, 3:15 AM
Gordon
Gordon - avatar
0
Thank you so much
20th Apr 2020, 1:21 AM
John Djama Kofi Kponyo
John Djama Kofi Kponyo - avatar