Monday, 7 September 2015

Basic Bootstrap Second Example Program Page

Posted by Anto Navis 2 Comments
bootstrap-programs
Basic Bootstrap Second Example Program Page Second Simple Example Program For Bootstrap : In this below example will shows the simple bootstrap page with a responsive fixed with container, <!DOCTYPE html> <html lang="en"> <head>   <title>Bootstrap Example Page</title>   <meta charset="utf-8">   <meta name="viewport" content="width=device-width,...
Read More

Wednesday, 26 August 2015

Basic Bootstrap Example Program Page

Posted by Anto Navis
bootstrap-programs
Basic Bootstrap Example Program Page First Simple Example Program For Bootstrap : In this below example will shows the simple bootstrap page with a responsive fixed with container, <!DOCTYPE html><html lang="en"><head>  <title>Bootstrap Example</title>  <meta charset="utf-8">  <meta name="viewport" content="width=device-width, initial-scale=1">  <link rel="stylesheet" href="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css">  <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>  <script src="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js"></script></head><body><div class="container">  <h1>My...
Read More

Saturday, 8 August 2015

How To Create The First Web Page Using Bootstrap ?

Posted by Anto Navis
how-to-create-web-page-using-bootstrap
How To Create The First Web Page Using Bootstrap ? 1) Add HTML5 doctype :                               Bootstrap will mainly requires the HTML elements and their CSS Properties,                                You must add the HTML5 doctype as the beginning of the...
Read More

Thursday, 6 August 2015

How to use Bootstrap CDN ?

Posted by Anto Navis 2 Comments
how-to-use-bootstrap-CDN
How to use Bootstrap CDN ? in Bootstrap Tutorial 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...
Read More

Wednesday, 5 August 2015

Where to get the Bootstrap ?

Posted by Anto Navis
bootstrap-download
Where to get the Bootstrap ?  There are two ways to get the Bootstrap and using it on your website : 1) Download the bootstrap from the main website www.getbootstrap.com  2) The another way is use the CDN link on your website to use the bootstrap on your website. Note : CDN is abbreviated in the form of Content Delivery Network  How to download Bootstrap ? Go to the www.getbootstrap.com website and follow...
Read More

Monday, 3 August 2015

Bootstrap History and their advantages of using Bootstrap

Posted by Anto Navis
Bootstrap-history-and-Uses
Bootstrap History Bootstrap will be developed by the two great peoples Mark Otto and Jacob at Twitter He released the bootstrap product as an one of the open source product in the year of August 2011 In the year 2014 Bootstrap was the No. 1 Project In GitHub Advantages Of Using Bootstrap  1) Easy To Use :                       Anyone can using this bootstrap...
Read More