<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://codingchoice.com/learn/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="https://codingchoice.com/learn/feed.php">
        <title>Learning Center - bootstrap</title>
        <description></description>
        <link>https://codingchoice.com/learn/</link>
        <image rdf:resource="https://codingchoice.com/learn/_media/logo.png" />
       <dc:date>2026-05-03T10:38:42+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://codingchoice.com/learn/bootstrap/add_images_and_icons?rev=1739136572&amp;do=diff"/>
                <rdf:li rdf:resource="https://codingchoice.com/learn/bootstrap/basic_layout?rev=1739135331&amp;do=diff"/>
                <rdf:li rdf:resource="https://codingchoice.com/learn/bootstrap/components?rev=1739136292&amp;do=diff"/>
                <rdf:li rdf:resource="https://codingchoice.com/learn/bootstrap/introduction?rev=1739242892&amp;do=diff"/>
                <rdf:li rdf:resource="https://codingchoice.com/learn/bootstrap/js_interactivity?rev=1739137022&amp;do=diff"/>
                <rdf:li rdf:resource="https://codingchoice.com/learn/bootstrap/responsive_sidebar?rev=1739136854&amp;do=diff"/>
                <rdf:li rdf:resource="https://codingchoice.com/learn/bootstrap/setup?rev=1739135275&amp;do=diff"/>
                <rdf:li rdf:resource="https://codingchoice.com/learn/bootstrap/sidebar?rev=1739136960&amp;do=diff"/>
                <rdf:li rdf:resource="https://codingchoice.com/learn/bootstrap/table_example?rev=1739136773&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://codingchoice.com/learn/_media/logo.png">
        <title>Learning Center</title>
        <link>https://codingchoice.com/learn/</link>
        <url>https://codingchoice.com/learn/_media/logo.png</url>
    </image>
    <item rdf:about="https://codingchoice.com/learn/bootstrap/add_images_and_icons?rev=1739136572&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-02-09T21:29:32+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>add_images_and_icons</title>
        <link>https://codingchoice.com/learn/bootstrap/add_images_and_icons?rev=1739136572&amp;do=diff</link>
        <description>Adding Images and Icons

Inserting Images


&lt;img src=&quot;cover.jpg&quot; class=&quot;img-fluid&quot; alt=&quot;Book Cover&quot;&gt;


Using Bootstrap Icons


&lt;i class=&quot;bi bi-book&quot;&gt;&lt;/i&gt; Read More</description>
    </item>
    <item rdf:about="https://codingchoice.com/learn/bootstrap/basic_layout?rev=1739135331&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-02-09T21:08:51+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>basic_layout</title>
        <link>https://codingchoice.com/learn/bootstrap/basic_layout?rev=1739135331&amp;do=diff</link>
        <description>Basic Layout

A book structure typically includes a cover, table of contents, chapters, and an index. Here’s a Bootstrap layout example:


&lt;div class=&quot;container&quot;&gt;
    &lt;header class=&quot;text-center py-5 bg-primary text-white&quot;&gt;
        &lt;h1&gt;My Book Title&lt;/h1&gt;
        &lt;p&gt;By Author Name&lt;/p&gt;
    &lt;/header&gt;
    
    &lt;nav class=&quot;navbar navbar-expand-lg navbar-light bg-light&quot;&gt;
        &lt;div class=&quot;container-fluid&quot;&gt;
            &lt;a class=&quot;navbar-brand&quot; href=&quot;#&quot;&gt;Book Navigation&lt;/a&gt;
            &lt;button class=&quot;nav…</description>
    </item>
    <item rdf:about="https://codingchoice.com/learn/bootstrap/components?rev=1739136292&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-02-09T21:24:52+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>components</title>
        <link>https://codingchoice.com/learn/bootstrap/components?rev=1739136292&amp;do=diff</link>
        <description>Enhancing with Bootstrap Components

Buttons


&lt;button class=&quot;btn btn-primary&quot;&gt;Read More&lt;/button&gt;


Cards for Chapter Summaries


&lt;div class=&quot;card&quot;&gt;
    &lt;div class=&quot;card-body&quot;&gt;
        &lt;h5 class=&quot;card-title&quot;&gt;Chapter 1&lt;/h5&gt;
        &lt;p class=&quot;card-text&quot;&gt;An overview of the first chapter.&lt;/p&gt;
        &lt;a href=&quot;#chapter1&quot; class=&quot;btn btn-primary&quot;&gt;Go to Chapter&lt;/a&gt;
    &lt;/div&gt;
&lt;/div&gt;</description>
    </item>
    <item rdf:about="https://codingchoice.com/learn/bootstrap/introduction?rev=1739242892&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-02-11T03:01:32+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>introduction</title>
        <link>https://codingchoice.com/learn/bootstrap/introduction?rev=1739242892&amp;do=diff</link>
        <description>Introduction to Bootstrap

Bootstrap is a powerful front-end framework that enables developers to create responsive and modern websites quickly. This guide provides a detailed explanation of how to structure a book using Bootstrap, including setup, layout, navigation, typography, and interactive elements.</description>
    </item>
    <item rdf:about="https://codingchoice.com/learn/bootstrap/js_interactivity?rev=1739137022&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-02-09T21:37:02+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>js_interactivity</title>
        <link>https://codingchoice.com/learn/bootstrap/js_interactivity?rev=1739137022&amp;do=diff</link>
        <description>Adding Interactivity with JavaScript


&lt;button class=&quot;btn btn-success&quot; onclick=&quot;showMessage()&quot;&gt;Click Me&lt;/button&gt;
&lt;p id=&quot;message&quot; style=&quot;display: none;&quot;&gt;Hello, Bootstrap!&lt;/p&gt;
&lt;script&gt;
    function showMessage() {
        document.getElementById('message').style.display = 'block';
    }
&lt;/script&gt;</description>
    </item>
    <item rdf:about="https://codingchoice.com/learn/bootstrap/responsive_sidebar?rev=1739136854&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-02-09T21:34:14+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>responsive_sidebar</title>
        <link>https://codingchoice.com/learn/bootstrap/responsive_sidebar?rev=1739136854&amp;do=diff</link>
        <description>Creating a Responsive Sidebar


&lt;div class=&quot;d-flex&quot;&gt;
    &lt;nav class=&quot;nav flex-column bg-light p-3&quot; style=&quot;width: 250px;&quot;&gt;
        &lt;a class=&quot;nav-link&quot; href=&quot;#introduction&quot;&gt;Introduction&lt;/a&gt;
        &lt;a class=&quot;nav-link&quot; href=&quot;#chapter1&quot;&gt;Chapter 1&lt;/a&gt;
        &lt;a class=&quot;nav-link&quot; href=&quot;#chapter2&quot;&gt;Chapter 2&lt;/a&gt;
    &lt;/nav&gt;
    &lt;div class=&quot;content flex-grow-1 p-3&quot;&gt;
        &lt;h2&gt;Welcome to the Book&lt;/h2&gt;
        &lt;p&gt;Content goes here...&lt;/p&gt;
    &lt;/div&gt;
&lt;/div&gt;</description>
    </item>
    <item rdf:about="https://codingchoice.com/learn/bootstrap/setup?rev=1739135275&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-02-09T21:07:55+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>setup</title>
        <link>https://codingchoice.com/learn/bootstrap/setup?rev=1739135275&amp;do=diff</link>
        <description>Setting Up Bootstrap

To use Bootstrap in your project, include the following in the &lt;head&gt; section of your HTML file:


&lt;!DOCTYPE html&gt;
&lt;html lang=&quot;en&quot;&gt;
&lt;head&gt;
    &lt;meta charset=&quot;UTF-8&quot;&gt;
    &lt;meta name=&quot;viewport&quot; content=&quot;width=device-width, initial-scale=1&quot;&gt;
    &lt;title&gt;Book Example&lt;/title&gt;
    &lt;link href=&quot;https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/css/bootstrap.min.css&quot; rel=&quot;stylesheet&quot;&gt;
    &lt;script src=&quot;https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/js/bootstrap.bundle.min.js&quot;&gt;&lt;/scr…</description>
    </item>
    <item rdf:about="https://codingchoice.com/learn/bootstrap/sidebar?rev=1739136960&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-02-09T21:36:00+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>sidebar</title>
        <link>https://codingchoice.com/learn/bootstrap/sidebar?rev=1739136960&amp;do=diff</link>
        <description>*  Introduction
	*  Setting Up Bootstrap
	*  Basic Layout
	*  Enhancing with Bootstrap Components
		*  Buttons
		*  Cards for Chapter Summaries
		*  Alerts for Notes

	*  Adding Images and Icons
	*  Tables for Book Index
	*  Creating a Responsive Sidebar
	*   Interactivity with JavaScript</description>
    </item>
    <item rdf:about="https://codingchoice.com/learn/bootstrap/table_example?rev=1739136773&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-02-09T21:32:53+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>table_example</title>
        <link>https://codingchoice.com/learn/bootstrap/table_example?rev=1739136773&amp;do=diff</link>
        <description>Tables for Book Index


&lt;table class=&quot;table table-striped&quot;&gt;
    &lt;thead&gt;
        &lt;tr&gt;
            &lt;th&gt;Chapter&lt;/th&gt;
            &lt;th&gt;Title&lt;/th&gt;
            &lt;th&gt;Page&lt;/th&gt;
        &lt;/tr&gt;
    &lt;/thead&gt;
    &lt;tbody&gt;
        &lt;tr&gt;
            &lt;td&gt;1&lt;/td&gt;
            &lt;td&gt;Getting Started&lt;/td&gt;
            &lt;td&gt;5&lt;/td&gt;
        &lt;/tr&gt;
        &lt;tr&gt;
            &lt;td&gt;2&lt;/td&gt;
            &lt;td&gt;Advanced Concepts&lt;/td&gt;
            &lt;td&gt;25&lt;/td&gt;
        &lt;/tr&gt;
    &lt;/tbody&gt;
&lt;/table&gt;</description>
    </item>
</rdf:RDF>
