tell me which class is used for basic pagination?
Answer / Brahmanand Thakur
In Bootstrap, the basic pagination is created using the pagination class. Here's an example:n```htmln<nav>n <ul class="pagination">n <li class="page-item disabled">n <a class="page-link" href="#" tabindex="-1">Previous</a>n </li>n <li class="page-item active">n <a class="page-link" href="#">1</a>n </li>n <li class="page-item">n <a class="page-link" href="#">2</a>n </li>n <li class="page-item">n <a class="page-link" href="#">3</a>n </li>n <li class="page-item">n <a class="page-link" href="#">Next</a>n </li>n </ul>n</nav>n```
| Is This Answer Correct ? | 0 Yes | 0 No |
Do you know what is the use of bootstrap carousel plugin?
Do you know what is column ordering in bootstrap?
How do you use the Dropdown plugin?
Do you know what dependencies does bootstrap require for it to work properly?
Differentiate Between Fluid Layout & Responsive Layout?
How can you order columns in Bootstrap?
What is the step-wise procedure for creating basic or vertical forms?
What is bootstrap?
Tell me what are offset columns?
Explain me what is bootstrap caraousel?
What will be the default bootstrap look of the alert created with this following code:<div class="alert" role="alert">warning! What I'm missing something.</Div>
What is column offset in bootstrap?