Edit

How we can Get Bootstrap?

How we can Get Bootstrap?
For start Bootstrap there are two ways

1. you can include Bootstrap CDN as following.

<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.0/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.0/js/bootstrap.min.js"></script>

2. You can download Bootstrap from following link.

getbootstrap.com