Written by students who passed Immediately available after payment Read online or as PDF Wrong document? Swap it for free 4.6 TrustPilot
logo-home
Class notes

Class notes Programming

Rating
-
Sold
-
Pages
12
Uploaded on
08-10-2025
Written in
2025/2026

This is easy to understand and Read this is 2nd chapter of web design it is very useful in external exam

Institution
Course

Content preview

Unit-2 BootStrap4 Web Designing-1
 2.1 Introduction of Bootstrap:
 Bootstrap is a free front-end framework for faster and easier web development.
 Bootstrap includes HTML and CSS based design templates for typography, forms,
buttons, tables, navigation, modals, image carousels and many other, as well as
optional JavaScript plugins.
 Bootstrap also gives you the ability to easily create responsive designs.
 Bootstrap is the popular HTML, CSS and JavaScript framework for developing a
responsive and mobile friendly website.
 It is absolutely free to download and use.

 History of Bootstrap:
 Bootstrap was developed by Mark Otto and Jacob Thornton at Twitter.
 It was released as an open source product in August 2011 on GitHub.
 In June 2014 Bootstrap was the No.1 project on GitHub.
 Why use Bootstrap
 It is very easy to use. anybody having basic knowledge of HTML and CSS can
use Bootstrap.
 It facilitates users to develop a responsive website.
 What is a responsive website?
 A website is called responsive website which can automatically adjust itself to
look good on all devices, from smart phones to desktops etc.
 Bootstrap Example
 Mobile-first styles are part of the core framework of Bootstrap. following <meta>
tag inside the <head> element for proper rendering and touch zooming:
<meta name="viewport" content="width=device-width, initial-scale=1">
 Note: The "width=device-width" part is used to set the width of the page to follow
the screen-width of the device (vary according to the devices).
 The initial-scale=1 part is used to set the initial zoom level when the page is first
loaded by the browser.
 Containers: container is used to wrap the site contents. There are two container
classes.
 The .container class provides a responsive fixed width container.
 The .container-fluid class provides a full width container, spanning the
entire width of the viewport.


Page No. 1

, Unit-2 BootStrap4 Web Designing-1
Example:
<!DOCTYPE html>
<html>
<head>
<title>This is a Bootstrap example</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet"
href="https://maxcdn.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css">
</head>
<body>
<div class="container">
<h1> First Bootstrap web page</h1>
<p>Write your text here..</p>
</div>
</body>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js">
</script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.16.0/umd/popper.min.js"
></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js">
</script>
</html>


 2.2 Grid Structure:
 Bootstrap's grid system allows up to 12 columns across the page.
 If you do not want to use all 12 columns individually, you can group the columns
together to create wider columns.
 Bootstrap's grid system is responsive, and the columns will re-arrange automatically
depending on the screen size.
 In web design, it is a very effective method to create a consistent layout rapidly and
effectively using HTML and CSS."
 Bootstrap Grid System is responsive and the columns are re-arranged automatically
according to the screen size.

Written for

Institution
Course

Document information

Uploaded on
October 8, 2025
Number of pages
12
Written in
2025/2026
Type
Class notes
Professor(s)
Priya
Contains
All classes

Subjects

$7.48
Get access to the full document:

Wrong document? Swap it for free Within 14 days of purchase and before downloading, you can choose a different document. You can simply spend the amount again.
Written by students who passed
Immediately available after payment
Read online or as PDF

Get to know the seller
Seller avatar
meetbhaai

Get to know the seller

Seller avatar
meetbhaai Atmanand saraswati science college
Follow You need to be logged in order to follow users or courses
Sold
-
Member since
6 months
Number of followers
0
Documents
5
Last sold
-

0.0

0 reviews

5
0
4
0
3
0
2
0
1
0

Recently viewed by you

Why students choose Stuvia

Created by fellow students, verified by reviews

Quality you can trust: written by students who passed their tests and reviewed by others who've used these notes.

Didn't get what you expected? Choose another document

No worries! You can instantly pick a different document that better fits what you're looking for.

Pay as you like, start learning right away

No subscription, no commitments. Pay the way you're used to via credit card and download your PDF document instantly.

Student with book image

“Bought, downloaded, and aced it. It really can be that simple.”

Alisha Student

Working on your references?

Create accurate citations in APA, MLA and Harvard with our free citation generator.

Working on your references?

Frequently asked questions