Skip to content

Category Archives: Web Technologies

In this article, we will see how to prevent users from submitting a form by hitting Enter button in JavaScript. Most of the time, we… Read More
In CSS grid, sometimes we want to create a grid layout where certain rows or columns take up a fixed amount of space and the… Read More
In this article, we will see how to change the Border of HTML element using JavaSCript. To change the border of an element, first, we… Read More
Javascript Numbers are primitive data types. Unlike other programming languages, Both integers and floating-point values are represented by JavaScript’s number type. The IEEE-754 format is… Read More
A Javascript map is a collection of elements where each element is stored as a Key, value pair. Map objects can hold both objects and… Read More
In JavaScript, the Set object is a built-in collection that allows you to store unique values of any type, Set can store any type of… Read More
Google Web Toolkit (GWT) is an open-source web application framework developed by Google.  It is a Java-based framework that allows developers to write web applications… Read More
The NCERT solutions for Class 9 cover all the subjects and topics that are part of the CBSE Class 9 syllabus. The NCERT Solutions for… Read More
In the year 2023, Web Development is evolving rapidly, and being a Web Developer learning never stops. With the help of ChatGPT, developers can explore… Read More
In this article, we will learn to implement basic bubble charts and doughnut charts using the Chart JS CDN library.  Bubble and Doughnut Charts: The… Read More
In Firefox browser, dotted outline appears around the buttons, links as well as inputs. The ability to tell which piece is now in focus makes… Read More
It is to be noted that Tailwind CSS doesn’t support negative padding values, or in other words, there is no concept that exists for utilizing… Read More
Web Workers are a browser API that allows JavaScript to execute tasks in parallel on a separate thread. It enables the main thread to continue… Read More
In this article, we are going through the steps to add ESLint to your Next.js project.  ESLint: ESLint is a JavaScript linter that is designed… Read More
Tailwind CSS is a popular utility-first CSS framework that offers a wide range of pre-designed styles and classes to simplify the process of styling web… Read More