<?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>navbar Archives -</title>
	<atom:link href="https://mitindia.in/tag/navbar/feed/" rel="self" type="application/rss+xml" />
	<link>https://mitindia.in/tag/navbar/</link>
	<description></description>
	<lastBuildDate>Thu, 16 Mar 2017 10:35:42 +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>navbar Archives -</title>
	<link>https://mitindia.in/tag/navbar/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Bootstrap Navigation bar</title>
		<link>https://mitindia.in/bootstrap-navigation-bar/</link>
		
		<dc:creator><![CDATA[SKB]]></dc:creator>
		<pubDate>Tue, 07 Mar 2017 11:31:39 +0000</pubDate>
				<category><![CDATA[Bootstrap]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[bootstrap]]></category>
		<category><![CDATA[navbar]]></category>
		<guid isPermaLink="false">http://www.mitindia.in/?p=757</guid>

					<description><![CDATA[<p>Bootstrap Navigation Bar To create navigation bar for your website with using Bootstrap is quite easy. Just copy the following tag and paste it into notepad, save with .html extension. &#60;!DOCTYPE html&#62; &#60;html lang="en"&#62; &#60;head&#62; &#60;title&#62;Bootstrap Examples&#60;/title&#62; &#60;meta charset="utf-8"&#62; &#60;meta name="viewport" content="width=device-width, initial-scale=1"&#62; &#60;link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/cs s/bootstrap.min.css"&#62; &#60;script src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.1/jque ry.min.js"&#62;&#60;/script&#62; &#60;script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/b ootstrap.min.js"&#62;&#60;/script&#62; &#60;/head&#62; &#60;body&#62; [&#8230;]</p>
<p>The post <a href="https://mitindia.in/bootstrap-navigation-bar/">Bootstrap Navigation bar</a> appeared first on <a href="https://mitindia.in"></a>.</p>
]]></description>
										<content:encoded><![CDATA[<h1>Bootstrap Navigation Bar</h1>
<p>To create navigation bar for your website with using Bootstrap is quite easy.</p>
<p>Just copy the following tag and paste it into notepad, save with .html extension.</p>
<pre>&lt;!DOCTYPE html&gt;
&lt;html lang="en"&gt;
&lt;head&gt;
 &lt;title&gt;Bootstrap Examples&lt;/title&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;nav class="navbar navbar-default"&gt;
 &lt;div class="container-fluid"&gt;
 &lt;div class="navbar-header"&gt;
 &lt;a class="navbar-brand" href="#"&gt;MIT India&lt;/a&gt;
 &lt;/div&gt;
 &lt;ul class="nav navbar-nav"&gt;
 &lt;li class="active"&gt;&lt;a href="#"&gt;Home&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href="#"&gt;Courses&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href="#"&gt;Blogging&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href="#"&gt;Mobile Apps&lt;/a&gt;&lt;/li&gt;
 &lt;/ul&gt;
 &lt;/div&gt;
&lt;/nav&gt;
 
&lt;div class="panel panel-primary"&gt;
 &lt;div class="panel-heading"&gt;
 &lt;h1 class="panel-title"&gt;Menubar and Panel 
Demo&lt;/h1&gt;
 &lt;/div&gt;
 &lt;div class="panel-body"&gt;Bootstrap is a mobile-first 
design&lt;/div&gt;
&lt;/div&gt;
&lt;/body&gt;
&lt;/html&gt;</pre>
 <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>Output of the above program is&#8230;</p>
<p><img decoding="async" class="alignnone size-medium wp-image-758" src="http://www.mitindia.in/wp-content/uploads/2017/03/menubar-300x157.png" alt="" width="300" height="157" srcset="https://mitindia.in/wp-content/uploads/2017/03/menubar-300x157.png 300w, https://mitindia.in/wp-content/uploads/2017/03/menubar-768x402.png 768w, https://mitindia.in/wp-content/uploads/2017/03/menubar-335x175.png 335w, https://mitindia.in/wp-content/uploads/2017/03/menubar.png 943w" sizes="(max-width: 300px) 100vw, 300px" /></p>
<p><a href="http://www.mitindia.in/2017/03/06/what-is-bootstrap/" target="_blank">You can also view other topic on bootstrap here.</a></p>
 <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><a class="a2a_button_whatsapp" href="https://www.addtoany.com/add_to/whatsapp?linkurl=https%3A%2F%2Fmitindia.in%2Fbootstrap-navigation-bar%2F&amp;linkname=Bootstrap%20Navigation%20bar" 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%2Fbootstrap-navigation-bar%2F&amp;linkname=Bootstrap%20Navigation%20bar" 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%2Fbootstrap-navigation-bar%2F&#038;title=Bootstrap%20Navigation%20bar" data-a2a-url="https://mitindia.in/bootstrap-navigation-bar/" data-a2a-title="Bootstrap Navigation bar"><img src="https://static.addtoany.com/buttons/favicon.png" alt="Share"></a></p><p>The post <a href="https://mitindia.in/bootstrap-navigation-bar/">Bootstrap Navigation bar</a> appeared first on <a href="https://mitindia.in"></a>.</p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
