Click here to Skip to main content
15,904,416 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Why is bootstrap with CDN so powerful?
HTML
<link href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.1/css/bootstrap.css" rel="stylesheet">    
    <script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.1/jquery.js"></script>
    <script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.1/js/bootstrap.min.js"></script>

I can get bootstrap.css to offset and add text in shaded areas using classes in HTML.
Is it that you can use 2 CSS commands in one class?
What other important things can bootstrap do?
What does CDN - Control Delivery Network do?

What I have tried:

I tried listing all of bootstarap.css. It was too long, I need the highlights.
Posted
Updated 24-Jun-17 4:31am
v3

1 solution

Here is a bootstrap tutorial that you can try out online yourself: Bootstrap 3 Tutorial[^]
If you don't want to download and host Bootstrap yourself, you can include it from a CDN (Content Delivery Network).
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900