Thursday 6 August 2015

How to use Bootstrap CDN ?

Posted by Anto Navis

How to use Bootstrap CDN ? in Bootstrap Tutorial

Bootstrap , Bootstrap tutorials, responsive design, web design

If you don't like to download the Bootstrap from getbootstrap.com and host yourself in your website , Then you can simply add the CDN Format in your website.

CDN is nothing but it is abbreviated in the form of the Content Delivery Network

CDN Provides the support for Bootstrap's CSS and JavaScript and also include in JQuery.

Add the Below code on your website header part,<head>.It will helps to act the bootstrap properties on your whole website, just add the simple links of an Bootstrap's  compiled and minified CSS , jQuery Library , Compiled JavaScript

<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css">

<!-- jQuery library -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>

<!-- Latest compiled JavaScript -->
<script src="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js"></script>

Advantage Of Using Bootstrap CDN : 

                            The One of the main advantage for using Bootstrap CDN is it will reduce the loading time of your website ,.

                  While compare to other websites our websites will be loaded quickly and produce our website as an earlier time , Doesn't take more time to produce the response result

2 comments:

  1. always i used to read smaller articles which also clear their motive, and that is also happening with this article which I am reading at this time.

    ReplyDelete
  2. Nice post. I learn something new and challenging on websites I stumbleupon everyday. It will always be exciting to read through articles from other writers and practice something from their sites.

    ReplyDelete