tell me which class is used for basic pagination?



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

Post New Answer

More Bootstrap Interview Questions

Do you know what is the use of bootstrap carousel plugin?

1 Answers  


Do you know what is column ordering in bootstrap?

1 Answers  


How do you use the Dropdown plugin?

1 Answers  


Do you know what dependencies does bootstrap require for it to work properly?

1 Answers  


Differentiate Between Fluid Layout & Responsive Layout?

1 Answers  


How can you order columns in Bootstrap?

1 Answers  


What is the step-wise procedure for creating basic or vertical forms?

1 Answers  


What is bootstrap?

1 Answers  


Tell me what are offset columns?

1 Answers  


Explain me what is bootstrap caraousel?

1 Answers  


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>

1 Answers  


What is column offset in bootstrap?

1 Answers  


Categories