“Button Groups” in Bootstrap is a class of name “btn-group” which is used to create a series of buttons in groups (without spaces) vertically or… Read More
Tag Archives: Web technologies
In this article, we will see how to set styles in the last child of the parent element using jQuery. To set the style on… Read More
Bootstrap is an open-source CSS framework that is used for building responsive websites. It has HTML, CSS, and JS frameworks for developing user-friendly and responsive… Read More
In this article, we will see how to set styles in even the child of the parent element using jQuery. To set the style on… Read More
In this article, we will be building a very simple currency converter app with the help of an API. Our app contains three sections, one… Read More
The second argument that can optionally be passed to setState is a callback function which gets called immediately after the setState is completed and the… Read More
In this article, we will discuss various methods to indent text in an HTML document. Text indentation is used to set the length of empty… Read More
jQuery is a fast, lightweight JavaScript library designed to simplify HTML DOM tree traversal, manipulation, event handling, CSS animation, and Ajax. The main objective of… Read More
Vibration is a sensation that triggers curiosity in a user and tends to make them perform a task. For example, in Fitness trackers, the vibration… Read More
In this article we are going to learn How to make a transparent web page using CSS, To make a web page transparent using CSS,… Read More
In CSS, the hyperlinks are underlined by default. This is due to the default decoration that is imposed by HTML/CSS. To get rid of this… Read More
As we all know, React uses this JSX format so that we can put HTML and JavaScript together. These React components can be defined anywhere… Read More
Firebase is a comprehensive backend solution offered by Google that simplifies the process of building, managing, and growing applications. When developing mobile or web apps,… Read More
Introduction: Rechart JS is a library that is used for creating charts for React JS. This library is used for building Line charts, Bar charts,… Read More