top of page
Search

CSS Flip cards
CSS flippable cards are a design pattern used to create cards that can be flipped over to reveal additional content. This effect is...
Sofia Sondh
Jan 29, 2023

HTML - Input Type ="file"
The "input" tag in HTML is used to create various types of input fields, such as text fields, radio buttons, checkboxes, and more. One of...
Sofia Sondh
Jan 27, 2023

Top 10 useful advanced HTML attributes
In HTML, an attribute is a property of an HTML element that provides additional information or instructions about how that element should...
Sofia Sondh
Jan 25, 2023

CSS concepts every Web Developer should know
CSS (Cascading Style Sheets) is a language used to describe the presentation of a document written in a markup language. It is used to...
Sofia Sondh
Jan 20, 2023

CSS Code Generator for Web Development
Web developers and designers constantly search for shortcuts that improve productivity. Development tools have improved dramatically in...
The Tech Platform
Dec 14, 2022

Difference between Iframe and Script?
What is Iframe? An Iframe also called as Inline frame, is a HTML element that loads another HTML page within the document. It essentially...
The Tech Platform
Sep 13, 2022

Top 10 Web Apps which will increase your productivity
A Web application (Web app) is an application program that is stored on a remote server and delivered over the Internet through a browser...
The Tech Platform
Sep 13, 2022

Difference between Grid and Flexbox
What is Grid? Grid is a two-dimensional grid-based layout system with rows and columns, making it easier to design web pages without...
The Tech Platform
Sep 2, 2022

CSS Functions
Functions in CSS are used to set the various CSS property. For example, the attr() function is used to retrieve the value of the HTML...
The Tech Platform
Jun 28, 2022

AJAX Tutorial - What is AJAX and How it Works?
AJAX stands for Asynchronous JavaScript And XML. It is not a programming language. It is a technology for developing better, faster and...
The Tech Platform
Jun 27, 2022
bottom of page