<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://freemwiki.com/index.php?action=history&amp;feed=atom&amp;title=How_to_Add_Bootstrap_Navbar_to_Blogger</id>
	<title>How to Add Bootstrap Navbar to Blogger - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://freemwiki.com/index.php?action=history&amp;feed=atom&amp;title=How_to_Add_Bootstrap_Navbar_to_Blogger"/>
	<link rel="alternate" type="text/html" href="https://freemwiki.com/index.php?title=How_to_Add_Bootstrap_Navbar_to_Blogger&amp;action=history"/>
	<updated>2026-05-26T12:25:03Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.3</generator>
	<entry>
		<id>https://freemwiki.com/index.php?title=How_to_Add_Bootstrap_Navbar_to_Blogger&amp;diff=8239&amp;oldid=prev</id>
		<title>Lukegao1: 创建页面，内容为“  To add a Bootstrap Navbar to your Blogger site, you can follow these steps:  1. First, you need to add the Bootstrap CSS and JS files to your Blogger site. You can either download the files from the official Bootstrap website or use a CDN link. To use a CDN link, add the following code to your site&#039;s HTML head section:  ```html &lt;link rel=&quot;stylesheet&quot; href=&quot;https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css&quot; integrity=&quot;sha384-ggOyR0iXCbMQ…”</title>
		<link rel="alternate" type="text/html" href="https://freemwiki.com/index.php?title=How_to_Add_Bootstrap_Navbar_to_Blogger&amp;diff=8239&amp;oldid=prev"/>
		<updated>2023-03-21T15:58:28Z</updated>

		<summary type="html">&lt;p&gt;创建页面，内容为“  To add a Bootstrap Navbar to your Blogger site, you can follow these steps:  1. First, you need to add the Bootstrap CSS and JS files to your Blogger site. You can either download the files from the official Bootstrap website or use a CDN link. To use a CDN link, add the following code to your site&amp;#039;s HTML head section:  ```html &amp;lt;link rel=&amp;quot;stylesheet&amp;quot; href=&amp;quot;https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css&amp;quot; integrity=&amp;quot;sha384-ggOyR0iXCbMQ…”&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;&lt;br /&gt;
&lt;br /&gt;
To add a Bootstrap Navbar to your Blogger site, you can follow these steps:&lt;br /&gt;
&lt;br /&gt;
1. First, you need to add the Bootstrap CSS and JS files to your Blogger site. You can either download the files from the official Bootstrap website or use a CDN link. To use a CDN link, add the following code to your site&amp;#039;s HTML head section:&lt;br /&gt;
&lt;br /&gt;
```html&lt;br /&gt;
&amp;lt;link rel=&amp;quot;stylesheet&amp;quot; href=&amp;quot;https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css&amp;quot; integrity=&amp;quot;sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T&amp;quot; crossorigin=&amp;quot;anonymous&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;script src=&amp;quot;https://code.jquery.com/jquery-3.3.1.slim.min.js&amp;quot; integrity=&amp;quot;sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo&amp;quot; crossorigin=&amp;quot;anonymous&amp;quot;&amp;gt;&amp;lt;/script&amp;gt;&lt;br /&gt;
&amp;lt;script src=&amp;quot;https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js&amp;quot; integrity=&amp;quot;sha384-UO2eT0CpHqdSJQ6hJty5KVphtPhzWj9WO1clHTMGa3JDZwrnQq4sF86dIHNDz0W1&amp;quot; crossorigin=&amp;quot;anonymous&amp;quot;&amp;gt;&amp;lt;/script&amp;gt;&lt;br /&gt;
&amp;lt;script src=&amp;quot;https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js&amp;quot; integrity=&amp;quot;sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM&amp;quot; crossorigin=&amp;quot;anonymous&amp;quot;&amp;gt;&amp;lt;/script&amp;gt;&lt;br /&gt;
```&lt;br /&gt;
&lt;br /&gt;
2. Next, you can create a new Navbar by adding the following HTML code to your site&amp;#039;s header section:&lt;br /&gt;
&lt;br /&gt;
```html&lt;br /&gt;
&amp;lt;nav class=&amp;quot;navbar navbar-expand-lg navbar-light bg-light&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;a class=&amp;quot;navbar-brand&amp;quot; href=&amp;quot;#&amp;quot;&amp;gt;Brand&amp;lt;/a&amp;gt;&lt;br /&gt;
  &amp;lt;button class=&amp;quot;navbar-toggler&amp;quot; type=&amp;quot;button&amp;quot; data-toggle=&amp;quot;collapse&amp;quot; data-target=&amp;quot;#navbarNav&amp;quot; aria-controls=&amp;quot;navbarNav&amp;quot; aria-expanded=&amp;quot;false&amp;quot; aria-label=&amp;quot;Toggle navigation&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;span class=&amp;quot;navbar-toggler-icon&amp;quot;&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
  &amp;lt;/button&amp;gt;&lt;br /&gt;
  &amp;lt;div class=&amp;quot;collapse navbar-collapse&amp;quot; id=&amp;quot;navbarNav&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;ul class=&amp;quot;navbar-nav&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;li class=&amp;quot;nav-item active&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;a class=&amp;quot;nav-link&amp;quot; href=&amp;quot;#&amp;quot;&amp;gt;Home &amp;lt;span class=&amp;quot;sr-only&amp;quot;&amp;gt;(current)&amp;lt;/span&amp;gt;&amp;lt;/a&amp;gt;&lt;br /&gt;
      &amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li class=&amp;quot;nav-item&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;a class=&amp;quot;nav-link&amp;quot; href=&amp;quot;#&amp;quot;&amp;gt;Link&amp;lt;/a&amp;gt;&lt;br /&gt;
      &amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;li class=&amp;quot;nav-item&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;a class=&amp;quot;nav-link disabled&amp;quot; href=&amp;quot;#&amp;quot;&amp;gt;Disabled&amp;lt;/a&amp;gt;&lt;br /&gt;
      &amp;lt;/li&amp;gt;&lt;br /&gt;
    &amp;lt;/ul&amp;gt;&lt;br /&gt;
  &amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/nav&amp;gt;&lt;br /&gt;
```&lt;br /&gt;
&lt;br /&gt;
3. You can customize the Navbar by adding your own links and content to the `&amp;lt;ul&amp;gt;` element. You can also modify the Navbar&amp;#039;s appearance by changing the classes and properties of the various elements. For example, you can change the Navbar&amp;#039;s background color by modifying the `bg-light` class.&lt;br /&gt;
&lt;br /&gt;
4. Finally, save your changes and refresh your Blogger site to see the new Navbar in action.&lt;br /&gt;
&lt;br /&gt;
Note: If you are using a Blogger template that already includes a Navbar, you may need to remove the existing Navbar code before adding the new Bootstrap Navbar code.&lt;/div&gt;</summary>
		<author><name>Lukegao1</name></author>
	</entry>
</feed>