Tutorials
Courses
Data Structure
Java
Python
HTML
Interview Preparation
DSA
Practice Problems
C
C++
Java
Python
JavaScript
Data Science
Machine Learning
Courses
Linux
DevOps
SQL
Web Development
System Design
Aptitude
GfG Premium
Similar Topics
DSA
21.3K+ articles
JavaScript
12.1K+ articles
HTML
5.8K+ articles
CSS
4.9K+ articles
JQuery
4.9K+ articles
PHP
3.9K+ articles
ReactJS
3.5K+ articles
Node.js
3.5K+ articles
jQuery-jQWidgets
2.5K+ articles
PHP-function
2.3K+ articles
Web Technologies
40.0K+ posts
Recent Articles
Popular Articles
PHP Indexed Arrays
Last Updated: 27 May 2025
In PHP, an indexed array is a type of array where each element is assigned an index number. By default, the index of the first element starts at 0, the second element gets...
read more
PHP
PHP $GLOBALS
Last Updated: 31 May 2025
$GLOBALS is a built-in PHP superglobal associative array that stores all global variables in a PHP script. It provides a way to access global variables from any scope, inc...
read more
Web Technologies
PHP
What's the difference between code, kbd and samp tags?
Last Updated: 07 June 2025
When you're writing HTML code, it's important to use the right tags for the right types of content. Even though code, kbd, and samp might all look similar—thanks to that c...
read more
Web Technologies
HTML
How To Align List in Centre Using only HTML
Last Updated: 07 June 2025
Centering a list on a webpage is a common design need. Usually, this is done using CSS, but sometimes you might want to center a list using only HTML without any CSS. Usin...
read more
Web Technologies
CSS
How to Validate Phone Numbers Using JavaScript
Last Updated: 09 June 2025
Phone number validation is the process of checking if a given phone number matches a specific pattern. This ensures that the phone number entered is valid and formatted co...
read more
JavaScript
Web Technologies
Frontend Interview Guide : Ace Your Next Interview
Last Updated: 02 July 2025
This roadmap will walk you through everything you need to ace frontend interviews — from HTML basics to real-world system design questions.Whether you are targeting FAANG ...
read more
GBlog
JavaScript
Web Technologies
react-js
HTML5
HTML-DOM
Build a Responsive Portfolio Website Using HTML and CSS
Last Updated: 07 June 2025
Nowadays, having a responsive portfolio website is crucial to effectively present your work and expertise. This guide will walk you through the process of creating a clean...
read more
Web Technologies
HTML
File and Folder Organization Best Practices for Web Development
Last Updated: 16 June 2025
Maintaining a clean, organized file and folder structure can significantly impact a project’s success in the fast-paced web development world. As projects grow in size and...
read more
JavaScript
Web Protocols
Last Updated: 13 June 2025
Protocol: A protocol is a set of predefined rules that handle how data is exchanged between computers over the Internet. It ensures that devices can communicate in a struc...
read more
Web Technologies
How Node.js Works?
Last Updated: 25 June 2025
Node.js is a powerful, event-driven runtime environment that allows you to run JavaScript code outside the browser, primarily on the server side. Unlike traditional server...
read more
Node.js
Node.js
nodejs
Simple Online Survey System Using HTML
Last Updated: 26 June 2025
This project demonstrates how to create a simple, interactive Online Survey System using only HTML, based on fundamental HTML concepts. The system will allow users to answ...
read more
Web Technologies
Building a Personal Blog Using HTML: A Simple HTML-Based Project
Last Updated: 27 June 2025
In this article, we'll create a personal blog website using only HTML. The goal is to build a basic but functional blog where you can showcase your thoughts and writings. ...
read more
HTML
CSS Transitions and Animations
Last Updated: 02 July 2025
CSS transitions are used to create smooth changes between two states of an element. This technique makes elements gradually change from one style to another when certain e...
read more
Web Technologies
JavaScript Practice Questions
Last Updated: 30 June 2025
JavaScript is a versatile language widely used for various applications, ranging from simple mathematical calculations to more complex operations. In this article, we will...
read more
Web Technologies
javaScript
JavaScript Control Flow Examples
Last Updated: 30 June 2025
Control flow statements are one of the core pillars of programming, allowing developers to make decisions, loop over data, and manage the sequence in which code is execute...
read more
Web Technologies
1
2
3
4
...
2667
We use cookies to ensure you have the best browsing experience on our website. By using our site, you acknowledge that you have read and understood our
Cookie Policy
&
Privacy Policy
Got It !