top of page
Search

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

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

Latest UI/UX Design Trends 2022
What is UI/UX Designer? A UX/UI Designer is a professional dedicated to finding an easy, intuitive, and friendly way to solve a problem...
The Tech Platform
Aug 30, 2022

Top 10 JavaScript Array Functions
JavaScript array is an object that represents a collection of similar type of elements. There are 3 ways to construct array in JavaScript...
The Tech Platform
Jun 30, 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

How to add Image in Title bar in HTML?
The majority of websites add an icon or image logo in the title bar. The icon logo is also called a favicon. Favicon, which is also known...
The Tech Platform
May 21, 2022

7 New CSS Features in 2022
With the use of CSS, we can control various styles, such as the text color, the font style, the spacing among paragraphs, column size and...
The Tech Platform
Apr 30, 2022
bottom of page