InterviewSolution
Saved Bookmarks
| 1. |
How Would You Define Bootstrap Pagination? |
|
Answer» Whenever a WEB site has lots of pages, we need to do pagination to each page. In Bootstrap, we can CREATE a BASIC pagination by adding the .pagination CLASS to an <ul> element. Whenever a web site has lots of pages, we need to do pagination to each page. In Bootstrap, we can create a basic pagination by adding the .pagination class to an <ul> element. |
|