Form controls: <input>, <select>, <textarea> are the tags used for general appearance like input field, select item and textareas. Note: To make the… Read More
Tag Archives: Bootstrap-Misc
Given an HTML document with relevant Bootstrap glyphicon and the task is to apply the custom color to them. Approach: First, we need to assign… Read More
Bootstrap Collapse plugin helps to collapse the web page content and toggle its visibility across the application. The plugin helps to divide the page content… Read More
In this article, we will see how we can make a div that will contain images having a fixed size. This can be very helpful… Read More
We are given an HTML document (linked with Bootstrap) with a flexbox and a container. The goal is to stretch the flexbox to fill the… Read More
In order to make a website responsive, the clever to-do is by using Bootstrap. By using Bootstrap, we can make our website look good and… Read More
A dropdown menu is a type of menu, by using the dropdown menu user can select something from the given predefined set. It is a… Read More
To set the active class to the navigation menu dynamically by scrolling or clicking on the navigation links, the active class is to be set… Read More
Collapsible button is used to hide or display the list of contents on clicking the button. On clicking collapsible button, it expands and displays list… Read More
Bootstrap: It is a free open source CSS framework that is used to build responsive websites i.e., the UI will not distort irrespective of the… Read More
Given an HTML document having pill badges (In case if you don’t know what a pill badge then refer to this ) and the task… Read More
Bootstrap is a CSS framework used to design web pages. Bootstrap along with HTML and JavaScript results in interactive web designs. The most recent release… Read More
Bootstrap is a CSS framework used for designing web pages. Bootstrap v4.5 is the latest release. Bootstrap along with HTML and JavaScript can be used… Read More
Bootstrap is a CSS framework used to design webpages. It is the most widely used CSS framework all over due to its simplicity and ease… Read More
Navbar is a section of a web application that allows users to navigate to different sections of the website. As the name suggests, a navbar… Read More