As Google is moving towards mobile-first index and more and more people across the globe are using mobiles/smart phones for surfing the internet, it became necessary that Continue Reading
Bootstrap 4
The labels or badges can be used for showing some additional information, count etc. related to the specific content. For example, showing the count of inbox messages Continue Reading
The Bootstrap 4 dropdown component may contain the list of links and more that can be used as contextual menus, in navbars etc. The dropdown menu can Continue Reading
Creating lists in your projects based on Bootstrap 4 is easy by using the HTML list tags, <a>s, <button>s and built-in Bootstrap CSS classes. You may create Continue Reading
There is no built-in component for creating the fixed/sticky or simple footer like forms, buttons, tooltips, popovers etc. However, by using a few CSS styles/properties you may Continue Reading
The Bootstrap 4 Form component has more styles and customization options than the Forms in Bootstrap 3. For example, you may style the checkbox and radio buttons, Continue Reading
If you have important marketing message regarding your products or services related to your website then you may present this in a light-weight and flexible component in Continue Reading
The Bootstrap 4 Modals are built by using HTML, CSS, and JavaScript (jQuery). As a modal is displayed, the underneath content in the web page becomes “inactive” Continue Reading
Like the Bootstrap 3 buttons, Bootstrap 4 also has built-in classes for creating buttons according to context. You may use button’s contextual classes e.g. “Delete Account” button Continue Reading
The Collapse component of Bootstrap 4 is useful when you have content to show/hide upon user’s action. For example, you have information on panels or accordion that Continue Reading
Like the Bootstrap 3 tables, the Bootstrap 4 also has built-in classes with added styles and enhancements for creating HTML tables in your web projects. Simple table Continue Reading
If your website or blog contains many pages and you want to display title, short description and thumbnail image in home, category or tag pages then pagination Continue Reading
The data tables and Bootstrap In the table tutorial of Bootstrap, I showed how you can create simple tables by using Bootstrap built-in classes. In this tutorial, Continue Reading
The input type file Among the other input types like text, password etc. the file input type allows the creation of a form element that enables users Continue Reading