<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>what is bootstrap Archives -</title>
	<atom:link href="https://mitindia.in/tag/what-is-bootstrap/feed/" rel="self" type="application/rss+xml" />
	<link>https://mitindia.in/tag/what-is-bootstrap/</link>
	<description></description>
	<lastBuildDate>Thu, 16 Mar 2017 10:36:22 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>

<image>
	<url>https://mitindia.in/wp-content/uploads/2023/03/cropped-android-chrome-512x512-1-32x32.png</url>
	<title>what is bootstrap Archives -</title>
	<link>https://mitindia.in/tag/what-is-bootstrap/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>What is bootstrap</title>
		<link>https://mitindia.in/what-is-bootstrap/</link>
		
		<dc:creator><![CDATA[SKB]]></dc:creator>
		<pubDate>Mon, 06 Mar 2017 11:01:52 +0000</pubDate>
				<category><![CDATA[Bootstrap]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[bootstrap]]></category>
		<category><![CDATA[what is bootstrap]]></category>
		<guid isPermaLink="false">http://www.mitindia.in/?p=749</guid>

					<description><![CDATA[<p>Bootstrap Bootstrap is the complete mobile-first user interface design framework for websites and mobile applications. It is created by a designer and developer at twitter.com. It is one of the most popular front-end and open source tools in the world.  Bootstrap is fully responsive with mobile-first motto which is developed along with HTML, Javascript and [&#8230;]</p>
<p>The post <a href="https://mitindia.in/what-is-bootstrap/">What is bootstrap</a> appeared first on <a href="https://mitindia.in"></a>.</p>
]]></description>
										<content:encoded><![CDATA[<h1>Bootstrap</h1>
<p><strong>Bootstrap is the complete mobile-first user interface design framework for websites and mobile applications. It is created by a designer and developer at twitter.com. It is one of the most popular front-end and open source tools in the world. <img fetchpriority="high" decoding="async" class="size-medium wp-image-751 alignright" src="http://www.mitindia.in/wp-content/uploads/2017/03/bootstrap-300x169.png" alt="" width="300" height="169" srcset="https://mitindia.in/wp-content/uploads/2017/03/bootstrap-300x169.png 300w, https://mitindia.in/wp-content/uploads/2017/03/bootstrap-768x432.png 768w, https://mitindia.in/wp-content/uploads/2017/03/bootstrap-1024x576.png 1024w, https://mitindia.in/wp-content/uploads/2017/03/bootstrap-311x175.png 311w, https://mitindia.in/wp-content/uploads/2017/03/bootstrap.png 1200w" sizes="(max-width: 300px) 100vw, 300px" /></strong></p>
<p><strong>Bootstrap is fully responsive with mobile-first motto which is developed along with HTML, Javascript and css(cascading style sheet).</strong></p>
<h2><strong>Why should we use Bootstrap?</strong></h2>
<ol>
<li><strong>It increases development speed : if you&#8217;re a professional web/app developer you need it for faster completion of your project work.</strong></li>
<li><strong>Responsiveness: with increase in number of internet user on mobile phones worldwide, there is a huge demand for it. Availability of readymade classes with lots of resolutions to fit in any device size.</strong></li>
<li><strong>Customizable: It is fully tailor made according to your application requirements</strong>.</li>
</ol>
<h4>You can customize like:</h4>
<ol>
<li><strong>a) Custom css (font, forms, color, tables, buttons etc.)</strong></li>
<li><strong>b) components (navigation bar, glyphicons, input elements, breadcrumbs etc.)</strong></li>
<li><strong>c) javascript components (slider or carousel, modal, tooltips, dropdowns, animations etc.)</strong></li>
</ol>
<ol start="4">
<li><strong>Consistency: with consistency accross all devices.</strong></li>
<li><strong>Support: There are many community of developer who help you always.</strong></li>
</ol>
<h3>CDN sites for bootstrap supporting files</h3>
<blockquote>
<pre>&lt;meta charset="utf-8"&gt;

&lt;meta name="viewport" content="width=device-width, initial-scale=1"&gt;

&lt;link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css"&gt;

&lt;script src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.1/jquery.min.js"&gt;&lt;/script&gt;

&lt;script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"&gt;&lt;/script&gt;</pre>
</blockquote>
 <script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<!-- mylink -->
<ins class="adsbygoogle"
     style="display:block"
     data-ad-client="ca-pub-1696390399604457"
     data-ad-slot="7690934410"
     data-ad-format="link"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
<p><span style="color: #ff6600;"><strong>Simple Example</strong></span></p>
<ol>
<li>Create a following bootstrap example
<pre> &lt;html&gt;

 &lt;head&gt;

 &lt;meta charset="utf-8"&gt;

 &lt;meta name="viewport" content="width=device-width,

 initial-scale=1"&gt;

 &lt;link rel="stylesheet"

 href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/cs

 s/bootstrap.min.css"&gt;

 &lt;script

 src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.1/jque

 ry.min.js"&gt;&lt;/script&gt;

 &lt;script

 src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/b

 ootstrap.min.js"&gt;&lt;/script&gt;

 &lt;/head&gt;

 &lt;body&gt;

 &lt;h1&gt; BootStrap Button example &lt;/h1&gt;

 &lt;button type="button" class="btn btn-default"&gt; Default

 &lt;/button&gt;

 &lt;button type="button" class="btn btn-primary"&gt; Primary

 &lt;/button&gt;

 &lt;button type="button" class="btn btn-success"&gt; Success

 &lt;/button&gt;

 &lt;button type="button" class="btn btn-warning"&gt; Warning

 &lt;/button&gt;

 &lt;button type="button" class="btn btn-danger"&gt; Danger

 &lt;/button&gt;&lt;hr&gt;

 &lt;h2&gt; Code highlighter Example &lt;/h1&gt;

 &lt;h3&gt; Web technologies: &lt;code&gt;html &lt;/code&gt;, &lt;code&gt;

 php &lt;/code&gt;, &lt;code&gt;mysql &lt;/code&gt; etc. &lt;/h3&gt;

 &lt;/body&gt;

 &lt;/html&gt;</pre>
</li>
</ol>
 <script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<!-- mylink2 -->
<ins class="adsbygoogle"
     style="display:inline-block;width:180px;height:90px"
     data-ad-client="ca-pub-1696390399604457"
     data-ad-slot="4033422011"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
<p>2. View in browser (as following )</p>
<p><img decoding="async" class="alignnone size-medium wp-image-750" src="http://www.mitindia.in/wp-content/uploads/2017/03/ch-300x169.png" alt="" width="300" height="169" srcset="https://mitindia.in/wp-content/uploads/2017/03/ch-300x169.png 300w, https://mitindia.in/wp-content/uploads/2017/03/ch-310x175.png 310w, https://mitindia.in/wp-content/uploads/2017/03/ch.png 606w" sizes="(max-width: 300px) 100vw, 300px" /></p>
<p><a href="http://www.mitindia.in/2017/03/07/bootstrap-navigation-bar/" target="_blank">Bootstrap NavBar</a></p>
<p><a class="a2a_button_whatsapp" href="https://www.addtoany.com/add_to/whatsapp?linkurl=https%3A%2F%2Fmitindia.in%2Fwhat-is-bootstrap%2F&amp;linkname=What%20is%20bootstrap" title="WhatsApp" rel="nofollow noopener" target="_blank"></a><a class="a2a_button_facebook" href="https://www.addtoany.com/add_to/facebook?linkurl=https%3A%2F%2Fmitindia.in%2Fwhat-is-bootstrap%2F&amp;linkname=What%20is%20bootstrap" title="Facebook" rel="nofollow noopener" target="_blank"></a><a class="a2a_dd addtoany_share_save addtoany_share" href="https://www.addtoany.com/share#url=https%3A%2F%2Fmitindia.in%2Fwhat-is-bootstrap%2F&#038;title=What%20is%20bootstrap" data-a2a-url="https://mitindia.in/what-is-bootstrap/" data-a2a-title="What is bootstrap"><img src="https://static.addtoany.com/buttons/favicon.png" alt="Share"></a></p><p>The post <a href="https://mitindia.in/what-is-bootstrap/">What is bootstrap</a> appeared first on <a href="https://mitindia.in"></a>.</p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
