Iqra Technology

BS Dropdowns

❮ Previous Next ❯ Introduction to Bootstrap Dropdowns Bootstrap dropdowns are small pop-up menus that display a list of options when you click or hover over a button. They are useful for creating navigation menus, user profile menus, and other compact lists of links.  Key Classes and Components of Bootstrap Dropdowns Bootstrap provides special classes […]

BS Dropdowns Read More »

BS Cards

❮ Previous Next ❯ Bootstrap Cards What is a Bootstrap Card? A Bootstrap card is like a small box where you can put text, images, buttons, and more. It is used to show different types of content clean and organized. You can use it for blog posts, product details, user profiles, etc.  1. Basic Card

BS Cards Read More »

BS List Groups

❮ Previous Next ❯ Bootstrap List Groups Bootstrap List Groups A list group in Bootstrap is a way to display lists of items in a clean and organized manner. It is useful for menus, navigation, comments, or any list of content. You can also add colors, badges, and interactive features. Bootstrap List Group Classes Here

BS List Groups Read More »

BS Pagination

❮ Previous Next ❯ Bootstrap Pagination What is Pagination? Pagination is a way to divide long lists or large amounts of content into smaller, easy-to-navigate pages. It helps users quickly find what they need without scrolling through too much information. Basic Pagination To create a simple pagination layout in Bootstrap, use: • .pagination → Creates

BS Pagination Read More »

BS Spinnier

❮ Previous Next ❯ Bootstrap Spinners What is a Spinner? A spinner is a small animation used to show that something is loading or being processed in a webpage. Bootstrap provides easy-to-use spinner components. Types of Bootstrap Spinners 1. Border Spinner A border spinner is a circular loader with a spinning border. Example : <!DOCTYPE

BS Spinnier Read More »

BS Progress Bars

❮ Previous Next ❯ Bootstrap Progress Bar What is a Progress Bar? A progress bar is a graphical element used to show the progress of a task, like file uploads, loading time, or task completion. Bootstrap makes it easy to add progress bars with simple classes. 1. Basic Progress Bar Example: <!DOCTYPE html><html lang=”en”><head><meta charset=”UTF-8″><meta

BS Progress Bars Read More »