The Wayback Machine - https://web.archive.org/web/20210418155239/https://www.geeksforgeeks.org/category/web-technologies/
Skip to content

Category Archives: Web Technologies

When you’re building a website the most important thing that matters a lot for the users is the performance of the website. It is very… Read More
In this article we are going to talk about HTML, its features, why to learn HTML and at last advantages and disadvantages so let’s start;… Read More
Given a multiline string and the task is to replace line breaks with <br> tag. Example: Input: `Geeks for Geeks is a computer science portal… Read More
In this article, we will learn How to set the padding around an element using CSS. Approach: The padding is the space between the content… Read More
In this article, we will learn how to check if the provided value is an object created by the Object constructor in JavaScript. Almost all… Read More
In this article, we will learn How to dynamically change color by percentage CSS. Approach: We can dynamically change the color of any element by… Read More
The purpose of this article is to add special characters to text to print in color in the console in JavaScript. Approach: The ANSI escape… Read More
In this article, we will learn how to convert a two-dimensional array to an object. A two-dimensional array can have any number of rows and… Read More
In this article, we are going to see how to use search auto-complete in JQuery. For this, we are going to use the jQuery inbuilt… Read More
The purpose of this article is to specify one or more forms the object belongs to. In simple words, we just have to create a… Read More
The task is to specify one or more forms the keygen element belongs to. You can easily do this by using the form attribute which… Read More
Given an array and the task is to count the number of data types used to create that array. Example: Input: [1, true, “hello”, [],… Read More
Project Introduction: In this article, we will learn how to make a simple text editor JavaScript application where we can manipulate the user input in… Read More
If you’re a UX designer or a freelancer who does everything to build an application such as designing, coding, interacting with the clients (a one-man… Read More