Getting Started with Bootstrap

Dear Sciaku Learner you are not logged in or not enrolled in this course.

Please Click on login or enroll now button.

If you have any query feel free to chat us!

Happy Coding! Happy Learning!

Lecture 93:- Getting Started with Bootstrap

Getting started with Bootstrap is relatively easy, and you can set up a project with Bootstrap in a few different ways. Here are the steps to get started with Bootstrap:

  1. Include the Bootstrap CSS and JavaScript files in your HTML: You can include the Bootstrap CSS and JavaScript files in your HTML using CDN links or by downloading them and adding them to your project.
  2. Create an HTML file: Create an HTML file and add the basic HTML structure, including the head and body tags.
  3. Add the Bootstrap components: Use the Bootstrap components like the grid system, navigation bar, buttons, forms, etc., to create your layout.
  4. Customize the look and feel: You can customize the look and feel of the components by adding custom CSS to your project.

Here's an example of a simple HTML file using Bootstrap:

phpCopy code

<!DOCTYPE html> <html lang="en"> <head>  <meta charset="UTF-8">  <meta name="viewport" content="width=device-width, initial-scale=1.0">  <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css">  <title>Getting Started with Bootstrap</title> </head> <body>  <nav class="navbar navbar-expand-lg navbar-light bg-light">    <a class="navbar-brand" href="#">My Website</a>    <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarNav" aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">      <span class="navbar-toggler-icon"></span>    </button>    <div class="collapse navbar-collapse" id="navbarNav">      <ul class="navbar-nav">        <li class="nav-item active">          <a class="nav-link" href="#">Home <span class="sr-only">(current)</span></a>        </li>        <li class="nav-item">          <a class="nav-link" href="#">Features</a>        </li>        <li class="nav-item">          <a class="nav-link" href="#">Pricing</a>        </li>        <li class="nav-item">          <a class="nav-link disabled" href="#">Disabled</a>        </li>      </ul>    </div>  </nav>  <div class="container my-5">    <h1>Hello, Bootstrap!</h1>    <p>This is a simple example of a Bootstrap page.</p>    <button class="btn btn-primary">Click Me</button>  </div>  <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>  <script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js"></script>

12. Bootstrap

2 Comments

@niteshguptav63
niteshguptav63 Nov 17, 2024 at 1:39 PM

I am not able to access videos from second class and further. I have already completed first class

@niteshguptav63
niteshguptav63 Nov 16, 2024 at 10:56 AM

When will I get my course?

@admin79
admin79 Nov 17, 2024 at 1:29 PM

Now, Your query was resolved.

Frequently Asked Questions About Sciaku Courses & Services

Quick answers to common questions about our courses, quizzes, and learning platform

Didn't find what you're looking for?

help_center Contact Support