[ad_1]
https://i.ytimg.com/vi/R52AsglN0DE/hqdefault.jpg
In this tutorial I show you how to use Bootstrap on your web page the CDN way.
Bootstrap’s website:
http://getbootstrap.com/
The bootstrap ‘getting started’ page (with CDN code):
http://getbootstrap.com/getting-started/
jQuery on Google’s CDN:
https://developers.google.com/speed/libraries/#jquery
Useful links:
———————————–
Don’t forget to subscribe: www.youtube.com/QuentinWatt
Follow me on Twitter: www.twitter.com/QuentinWatt
Follow me on Facebook: www.facebook.com/quentin.watt
Feel free to donate: https://www.paypal.com/cgi-bin/webscr…
————————————
Original source
47 responses to “Bootstrap tutorial 2 – Installing Bootstrap the CDN way”
It helped me a lot, thanks!
super helpful!! thank you
Hi a question about 10:17 you said if you didn't use the optional theme. But I got these two links:
<!– CSS –>
<link
href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css"
rel="stylesheet"
integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T"
crossorigin="anonymous"
/>
AND
<script
src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js"
integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM"
crossorigin="anonymous"
></script>
I get the green button anyways 😀 (without the optional theme)
You know why? The explanation would be fine. Did they implement it standard in the css or something?
Thank you for the great videos and lots of patience too!
Thank You So much :)) Big Like
Thanks for the tutorial but please try to zoom in your code.
bad tuto !! you talk too much for nothing !!
Can't find CDN for theme anywhere
Dear Sir,
Thank you very much for your videos on HTML & CSS. All 51 videos are excellent.
Your videos are very much informative and very helpful to me so far. Regarding Bootstrap Introduction videos I am facing little hitch that
I am Unable to read the typed text in the sublime CODE editor. Would you mind please increase the font size and screen resolution at readable clarity. you can inform me through mail rajlekandar@gmail.com if you produce any videos on HTML & CSS + BOOTSTRAP.
Thank you.
thanks mate for solving my CDN problem
Sorry to say but this tutorial is not great. Too much bla bla, too little actual information.
places give me bootstrap download link
Quentin, try Atom code editor, it works on every OS, and is easy to use, and has Many Plugins available, also it is free!
Ah, Bootstrap 3. Hmm.
Please zoom the code in sublime…we cant see it properly…
Why do you put the javascript links in the body instead of in the head?
You can use Wine to get notepad++ for mac
10:00 it's not your internet because it's locally hosted.. Jesus, it's the Mac, I really don't get it how you people don't realize.
yeah great video but you talk too too much
Thank you!!! 😀
Holy crap. at 8 mins and 38 seconds you showed us how to copy and paste three links into a html file. Could you move any faster please?
2017 here, and it's working!
The code change a little bit, but the logic is the same. Thank you for the tutorial!
thank you
Great tutorial Quentin!
please zoom while writing in ur text editor , i couldn't see it
just starting bootstrap tutorial in future videos would be able to change theme on sublime text so you have white background instead of black or use bracket, had to see what you written on black background
awesome tutorial !!
why did i get a gray button instead of green one?
Immensely helpful. Thanks for your fine effort on this video. I followed along using Cloud-9 IDE on a Chromebook, and Bootstrap played well together with everything.
Stop talking about useless stuff, like when you loaded the page before the video. You're killing me slowly. Just talk about relevant stuff.
YES! Thank you! After searching for over a week you were the first person to help me download this successfully. You're the man.
This is awesome. Nice explanation .
What would be better then:focus on bootstrap and forget about proper coding or the opposite…or both maybe?
Good video, but your lip smacking is so annoying and irritating
I am very satisfaction by this tutorial. thank u very much.
Love these vids man… really step by step and easy to follow so then you can use my own understanding later
Thank you so much bro.
Excellent video. Thank you very much. Please make the screen bigger next time. I had to zoom in to 400% to read the text.
yes go ahead
how to know which class should be added or anything could b written as class ………could you help me?
witch one do i need i see three programs
Dear Sir,
I like your video. I like the way you talk and explain
While you're explaining your code , can you not zoom in so that your audience can get a clear view of the tiny letters in your code ??
Brian
the tex is too small to read…good tutorial though
Great job, thank you very much. It saves me a lot of time.
Is this right:
<!DOCTYPE html>
<html>
<head>
<title>Javascript</title>
<!– Latest compiled and minified CSS –>
<link rel="stylesheet"
href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css"
integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u"
crossorigin="anonymous">
<!– Optional theme –>
<link rel="stylesheet"
href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap-theme.min.css"
integrity="sha384-rHyoN1iRsVXV4nD0JutlnGaslCJuC7uwjduW9SVrLvRYooPp2bWYgmgJQIXwl/Sp"
crossorigin="anonymous">
<!– css –>
<style>
body {
background-color: black;
}
h1 {
color: blue;
}
</style>
</head>
<!– html –>
<body>
<div class = "container-fluid">
<h1 class="text-center">Hello World</h1>
</div>
<!– JQuery –>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<!– Latest compiled and minified JavaScript –>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"
integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa"
crossorigin="anonymous"></script>
</body>
</html>
What is integrity and crossorigin here: http://getbootstrap.com/getting-started/
jquery is not working ?