Search icon CANCEL
Subscription
0
Cart icon
Your Cart (0 item)
Close icon
You have no products in your basket yet
Save more on your purchases! discount-offer-chevron-icon
Savings automatically calculated. No voucher code required.
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
Learning Bootstrap

You're reading from   Learning Bootstrap Unearth the potential of Bootstrap to create responsive web pages using modern techniques

Arrow left icon
Product type Paperback
Published in Dec 2014
Publisher Packt
ISBN-13 9781782161844
Length 204 pages
Edition 1st Edition
Languages
Arrow right icon
Toc

Including Bootstrap in your HTML file

Download Bootstrap from the official website http://getbootstrap.com/ and include it in your HTML file with little or no customization.

Including Bootstrap in your HTML file

Click on the Download Bootstrap button and the file will be downloaded in the ZIP format. The ZIP files contain the Bootstrap CSS, JavaScript, and font files as shown in the following directory structure:

bootstrap
|____css
| |____bootstrap.css
| |____bootstrap.min.css
| |____bootstrap.css.map
| |____bootstrap-theme.css
| |____bootstrap-theme.min.css
| |____bootstrap-theme.css.map
|____fonts
| |____glyphiconshalflings-regular.eot
| |____glyphiconshalflings-regular.svg
| |____glyphiconshalflings-regular.ttf
| |____glyphiconshalflings-regular.woff
|____js
| |____bootstrap.js
| |____bootstrap.min.js

You need to extract the Bootstrap .zip file and copy the contents to your project folder. The next step is to include the CSS and JavaScript files in your HTML file.

Let's take a look at how the file structure should be if...

You have been reading a chapter from
Learning Bootstrap
Published in: Dec 2014
Publisher: Packt
ISBN-13: 9781782161844
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $19.99/month. Cancel anytime
Banner background image