Bootstrap Prog
Bootstrap Prog
Use a Bootstrap class to disable the first list item using Bootstrap.-->
<!DOCTYPE html>
<html>
<head>
<title>Bootstrap Example</title>
<meta charset="utf-8">
</head>
<body>
<div class="container">
<h2>Pagination</h2>
<ul class="pagination">
<li><a href="#">2</a></li>
<li><a href="#">3</a></li>
<li><a href="#">4</a></li>
<li><a href="#">5</a></li>
</ul>
</div>
</body>
</html>
<!--Bootstrap 2nd Assignment
<!DOCTYPE html>
<html>
<head>
<title>Bootstrap Example</title>
<meta charset="utf-8">
</head>
<body>
<div class="container">
<h2>Panel Group</h2>
<div class="panel-group">
</div>
</div>
<div class="panel panel-info">
</div>
</div>
</div>
</div>
</body>
</html>
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
</head>
<body>
<div class="container">
<h1>Bootstrap Labels</h1>
<h1>Bootstrap Badges</h1>
</div>
</body>
6. Write a program to demonstrate the use of Bootstrap alerts with contextual classes. -->
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
</head>
<body>
<div class="container">
</div>
</body>
7. Write a program to demonstrate the use of Bootstrap wells with different sizes.-->
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
</head>
<body>
<div class="container">
<h2>Well Size</h2>
</div>
</body>
</html>
8. Write a program to create block level bordered buttons with any four styles with
<!DOCTYPE html>
<html lang="en">
<head>
<title>Bootstrap Example</title>
<meta charset="utf-8">
</head>
<body>
<div class="container">
</div>
</body>
</html>